Difference between revisions of "DISABLE DEBUG CAM AND PLAYER WARPING"

From GTAMods Wiki
Jump to navigation Jump to search
(Redirecting to NOP native function)
 
 
Line 1: Line 1:
#REDIRECT [[NOP_native_function]]
+
{{Native
 +
|game    = 4
 +
|noheader = 0
 +
|np      = 1
 +
|p1t      = boolean
 +
|p1d      = disable
 +
|r        = 0
 +
}}
  
[[Category:Native functions]]
+
Not sure about the boolean part, but it disables the effect of ENABLE_DEBUG_CAM(true); meaning disables the debug cam and double-click player teleporting.

Latest revision as of 17:16, 7 December 2017

DISABLE_DEBUG_CAM_AND_PLAYER_WARPING
Number of parameters: 1
Parameter #TypeDescription
1.booleandisable
Return value:
TypeDescription
None

Not sure about the boolean part, but it disables the effect of ENABLE_DEBUG_CAM(true); meaning disables the debug cam and double-click player teleporting.