Difference between revisions of "04EF"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 04EF=1,%1s%
+
| games      = {{Icon|VC}} {{Icon|SA}}
 +
| command    = REMOVE_ANIMATION
 
| description = Releases an [[animation]] file from memory
 
| description = Releases an [[animation]] file from memory
| p1          = Name of the animation file
+
| syntax1    = {{Icon|VC}} 04EF: release_animation '[''string'']'
| game        = [[Vice City]], [[San Andreas]]
+
| syntax2    = {{Icon|SA}} 04EF: release_animation "[''string'']"
| native      = [[REMOVE_ANIMS]]
+
| 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

Vice City San Andreas REMOVE_ANIMATION


Description
Releases an animation file from memory
Syntax
Vice City 04EF: release_animation '[string]'
San Andreas 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