Difference between revisions of "04EF"
Jump to navigation
Jump to search
(New page: {{OpCode | ini = 04EF=1,%1s% | description = Releases an animation file from memory | p1 = Name of the animation file | game = San Andreas | native = [[REM...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
− | | | + | | games = {{Icon|VC}} {{Icon|SA}} |
+ | | command = REMOVE_ANIMATION | ||
| description = Releases an [[animation]] file from memory | | description = Releases an [[animation]] file from memory | ||
− | | | + | | syntax1 = {{Icon|VC}} 04EF: release_animation '[''string'']' |
− | | | + | | syntax2 = {{Icon|SA}} 04EF: release_animation "[''string'']" |
− | | | + | | p1t = [''string''] |
+ | | p1d = Name of the animation file | ||
}} | }} | ||
+ | |||
This opcode marks the animation that is loaded when using opcode [[04ED]] as no longer needed. Do not release the "PED" animation file or else it could crash the game. | This opcode marks the animation that is loaded when using opcode [[04ED]] as no longer needed. Do not release the "PED" animation file or else it could crash the game. | ||
− | ==Keywords== | + | == Keywords == |
remove, release, unload, animation | remove, release, unload, animation |
Latest revision as of 00:18, 9 February 2016
- Description
- Releases an animation file from memory
- Syntax
- 04EF: release_animation '[string]'
- 04EF: release_animation "[string]"
- Parameter
- [string]
- Name of the animation file
This opcode marks the animation that is loaded when using opcode 04ED as no longer needed. Do not release the "PED" animation file or else it could crash the game.
Keywords
remove, release, unload, animation