Difference between revisions of "0914"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0914=1,%1h%
+
| games      = {{Icon|SA}}
| description = does nothing
+
| command    = REGISTER_STREAMED_SCRIPT_INTERNAL
| p1          = [[external script]]
+
| description = No operation
| game        = [[San Andreas]]
+
| syntax1    = 0914: NOP [''int'']
 +
| p1t        = [''int'']
 +
| p1d        = [[Streamed Script|Streamed script id]]
 
}}
 
}}
This opcode produces no usable result. Apparently it reads the index of an external script and discards it. It was probably PS2-specific.
 
  
*{{GTAF|post|194990|2888729|Hammer83's explanation of 0914}}
+
This opcode produces no usable result. Apparently it reads the index of the streamed script and discards it. It was probably PS2-specific.
 +
 
 +
== Keywords ==
 +
nop, register, streamed, script, internal
 +
 
 +
== External link ==
 +
* {{GTAF|post|194990|2888729|Hammer83's explanation of 0914}}

Latest revision as of 11:24, 3 December 2016

San Andreas REGISTER_STREAMED_SCRIPT_INTERNAL


Description
No operation
Syntax
0914: NOP [int]
Parameter
[int]
Streamed script id

This opcode produces no usable result. Apparently it reads the index of the streamed script and discards it. It was probably PS2-specific.

Keywords

nop, register, streamed, script, internal

External link