Difference between revisions of "04ED"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
− | | | + | | games = {{Icon|VC}} {{Icon|SA}} |
+ | | command = REQUEST_ANIMATION | ||
| description = Loads an [[animation]] file into memory | | description = Loads an [[animation]] file into memory | ||
− | | | + | | syntax1 = {{Icon|VC}} 04ED: load_animation '[''string'']' |
− | | | + | | syntax2 = {{Icon|SA}} 04ED: load_animation "[''string'']" |
− | | | + | | p1t = [''string''] |
+ | | p1d = Animation file | ||
}} | }} | ||
− | |||
− | ==Keywords== | + | This opcode is almost always required when using animation opcodes that need 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. |
− | load, request, | + | |
+ | == Keywords == | ||
+ | load, request, animation |
Latest revision as of 11:11, 3 December 2016
- Description
- Loads an animation file into memory
- Syntax
- 04ED: load_animation '[string]'
- 04ED: load_animation "[string]"
- Parameter
- [string]
- Animation file
This opcode is almost always required when using animation opcodes that need 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