Difference between revisions of "MODIFY CHAR MOVE STATE"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=2 |p1t=Integer (Ped) |p1d=Ped ID |p2t=Integer (ePedMoveState) |p2d=Move State }} Move stated: {{Native |p3t=2 |p3d=Walk |p4t=3 |p4d=Run |p5t=4 |p6t=Run / Fast Run }} Change...)
 
(content restored)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
I've updatet the Object-Flags, and added the tool I created to calculate them. Would be nice if anyone could test for some new! ;)
+
{{Native |np=2 |p1t=Integer (Ped) |p1d=Ped ID |p2t=Integer (ePedMoveState) |p2d=Move State }}
--[[User:Aschratt|Aschratt]] 14:38, 20 May 2007 (CDT)
 
  
== Disposing and Adaption ==
+
ePedMoveState:
 
+
* 2 - walk
This article should perhaps be rewritten or at least disposed and adapted for IV. For example see [[Item_Definition#2DFX|2dfx]], [[Item_Definition#AMAT|AMAT]], [[Item_Definition#MLO|MLO]], [[Item_Definition#TREE|TREE]] or [[Item_Definition#TANM|TANM]] --[[User:Aschratt|Aschratt]] 12:37, 31 January 2009 (UTC)
+
* 3 - run
 
+
* 4 - run fast
I agree with possibly making a IV only definition page due to the IV ide running in a different structure order to the current layout 
 
--[[User:Gforce|Gforce]] 01:56 22 July 2009
 

Latest revision as of 08:59, 3 February 2015

MODIFY_CHAR_MOVE_STATE
Number of parameters: 2
Parameter #TypeDescription
1.Integer (Ped)Ped ID
2.Integer (ePedMoveState)Move State
Return value:
TypeDescription
None

ePedMoveState:

  • 2 - walk
  • 3 - run
  • 4 - run fast