Difference between revisions of "0164"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 0164=1, %1d% | description = Disables a marker. | p1 = Any existing marker handle. | game = GTA 3, Vice City, San Andreas }} …') |
|||
Line 11: | Line 11: | ||
<source lang="scm">0164: disable_marker $MARKER_CATALINA</source> | <source lang="scm">0164: disable_marker $MARKER_CATALINA</source> | ||
+ | |||
+ | ==Note== | ||
+ | |||
+ | In Sanny Builder, this opcode is equivalent to the command '''Marker.Disable'''. | ||
+ | Example: <source lang="scm">Marker.Disable(0@)</source> | ||
==Keywords== | ==Keywords== | ||
marker, disable | marker, disable |
Revision as of 09:02, 30 October 2010
{{{games}}}
- Description
- Disables a marker.
- Syntax
- {{{syntax1}}}
- Parameter
This opcode disables a marker.
Sanny Builder Example
0164: disable_marker $MARKER_CATALINA
Note
In Sanny Builder, this opcode is equivalent to the command Marker.Disable.
Example:
Marker.Disable(0@)
Keywords
marker, disable