Difference between revisions of "GetIsInjured"
Jump to navigation
Jump to search
Confirmed via disassembly. When disassembling, note that the return value is a double; it's 0x3FF0000000000000 (1.0), not 0x3FF00000 (1.875F).
imported>SJML Bot (Bot creating condition functions pages.) |
imported>DavidJCobb (Confirmed via disassembly. When disassembling, note that the return value is a double; it's 0x3FF0000000000000 (1.0), not 0x3FF00000 (1.875F).) |
||
Line 1: | Line 1: | ||
Checks the ''Injured'' boolean variable in the reference's animation graph. If the variable is true, this condition returns 1.0. Otherwise, it returns zero. | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |