Bas: Difference between revisions
m
Clarified wording for some Parameter TypeIndex descriptions
imported>Ginger m (Updated Parameter TypeIndex values) |
imported>Ginger m (Clarified wording for some Parameter TypeIndex descriptions) |
||
Line 51: | Line 51: | ||
* 7 - unknown | * 7 - unknown | ||
* 16 - unknown (believed to be range value comparison of Link's current movement speed or movement analog stick input, might be limited to two children)<ref>Element2 of Player_CutNinja.bas, WiiU 1.5.0</ref> | * 16 - unknown (believed to be range value comparison of Link's current movement speed or movement analog stick input, might be limited to two children)<ref>Element2 of Player_CutNinja.bas, WiiU 1.5.0</ref> | ||
* 47 - string value switch statement comparison - uses the last played animation name to compare. Known to accept two | * 47 - string value switch statement comparison - uses the last played animation name to compare. Known to accept two Children to test against, plus a default case, but might accept more or less. | ||
* 67 - play animation | * 67 - play animation | ||
* 97 - string value switch statement comparison - uses Link's equipped weapon subtype (from its bgparamlist [ProfileUser] WeaponSubtype value) to compare. Known to accept two | * 97 - string value switch statement comparison - uses Link's equipped weapon subtype (from its bgparamlist [ProfileUser] WeaponSubtype value) to compare. Known to accept two Children to test against, plus a default case, but might accept more or less. | ||
* 98 - string value switch statement comparison - uses Link's equipped weapon profile (from its bxml ProfileUser value) to compare. Known to accept two | * 98 - string value switch statement comparison - uses Link's equipped weapon profile (from its bxml ProfileUser value) to compare. Known to accept two Children to test against, plus a default case, but might accept more or less. | ||
=== Children === | === Children === |