Difference between revisions of "0365"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "thumb|150px|0365 in action {{Icon|3}} {{Icon|VC}} '''SET_CHAR_OBJ_HAIL_TAXI''' <hr /> <onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| '''Descript...")
 
m
 
Line 1: Line 1:
 
[[File:0365.jpg|thumb|150px|0365 in action]]
 
[[File:0365.jpg|thumb|150px|0365 in action]]
{{Icon|3}} {{Icon|VC}} '''SET_CHAR_OBJ_HAIL_TAXI'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
+
| command    = SET_<wbr>CHAR_<wbr>OBJ_<wbr>HAIL_<wbr>TAXI
'''Description'''
+
| description = Sets the character [[objective]] to hail taxi
: Sets the character to hail taxi
+
| syntax1    = 0365: set_actor [''char handle''] objective_hail_taxi
'''Syntax'''
+
| p1t        = [''char handle'']
: 0365: set_actor [''char handle''] objective_hail_taxi
+
| p1d        = The handle of the character
'''Parameter'''
+
}}
: [''char handle'']
 
:: The handle of the character
 
  
 
This opcode sets the character to use the hail taxi animation "idle_taxi" in the <code>ped.ifp</code> file. The character periodically raises the right arm as long as the character is in control, e.g. simply standing. The periodicity can be ended using opcode [[009F]] or by other actions like entering a vehicle.
 
This opcode sets the character to use the hail taxi animation "idle_taxi" in the <code>ped.ifp</code> file. The character periodically raises the right arm as long as the character is in control, e.g. simply standing. The periodicity can be ended using opcode [[009F]] or by other actions like entering a vehicle.
}}</onlyinclude>
 
  
 
== Keywords ==
 
== Keywords ==
 
set, actor, character, obj, objective_to-29, hail, taxi, cab
 
set, actor, character, obj, objective_to-29, hail, taxi, cab
 
[[Category:OpCodes]]
 

Latest revision as of 09:16, 2 September 2017

0365 in action

GTA III Vice City SET_CHAR_OBJ_HAIL_TAXI


Description
Sets the character objective to hail taxi
Syntax
0365: set_actor [char handle] objective_hail_taxi
Parameter
[char handle]
The handle of the character

This opcode sets the character to use the hail taxi animation "idle_taxi" in the ped.ifp file. The character periodically raises the right arm as long as the character is in control, e.g. simply standing. The periodicity can be ended using opcode 009F or by other actions like entering a vehicle.

Keywords

set, actor, character, obj, objective_to-29, hail, taxi, cab