Difference between revisions of "04ED"
Jump to navigation
Jump to search
m |
|||
Line 6: | Line 6: | ||
| native = [[REQUEST_ANIMS]] | | native = [[REQUEST_ANIMS]] | ||
}} | }} | ||
− | This opcode is almost always required when using animation opcodes that needs to read from a specific animation file. The only animation file that does not need loading is "PED." | + | This opcode is almost always required when using animation opcodes that needs to read from a specific animation file. The only animation file that does not need loading is "PED." Opcode [[04EE]] checks if the animation is loaded and opcode [[04EF]] marks the animation as no longer needed. |
==Keywords== | ==Keywords== | ||
− | load, request, | + | load, request, animation |
Revision as of 16:15, 6 August 2009
{{{games}}}
- Description
- Loads an animation file into memory
- Syntax
- {{{syntax1}}}
- Parameter
- Native analog
- REQUEST_ANIMS
This opcode is almost always required when using animation opcodes that needs to read from a specific animation file. The only animation file that does not need loading is "PED." Opcode 04EE checks if the animation is loaded and opcode 04EF marks the animation as no longer needed.
Keywords
load, request, animation