Difference between revisions of "0914"

From GTAMods Wiki
Jump to navigation Jump to search
m (changed 'Hammer32' to 'Hammer83')
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Number of parameters:''' 0
+
{{OpCode
 +
| games      = {{Icon|SA}}
 +
| command    = REGISTER_STREAMED_SCRIPT_INTERNAL
 +
| description = No operation
 +
| syntax1    = 0914: NOP [''int'']
 +
| p1t        = [''int'']
 +
| p1d        = [[Streamed Script|Streamed script id]]
 +
}}
  
'''Works in:''' <br>SA
+
This opcode produces no usable result. Apparently it reads the index of the streamed script and discards it. It was probably PS2-specific.
  
'''Description:'''
+
== Keywords ==
 +
nop, register, streamed, script, internal
  
actually does absolutely nothing. It just reads the index of external script and discards it. I guess it was PS2 specific.
+
== External link ==
 
+
* {{GTAF|post|194990|2888729|Hammer83's explanation of 0914}}
'''Credits:'''
 
 
 
Hammer83
 
 
 
[[Category:OpCodes]]
 

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