I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:PawnMonkey functions (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIHelper >> PawnMonkey (functions) |
Contents
- 1 Functions
- 1.1 Instance functions
- 1.1.1 AbortScenes
- 1.1.2 Accept
- 1.1.3 ClearDeploySlots
- 1.1.4 GetAcceleration
- 1.1.5 GetDeploySlotColor0
- 1.1.6 GetDeploySlotColor1
- 1.1.7 GetDeploySlotColor2
- 1.1.8 GetDeploySlotColor3
- 1.1.9 GetDeploySlotColor4
- 1.1.10 GetDeploySlotColor5
- 1.1.11 GetDeploySlotColor6
- 1.1.12 GetDeploySlotColor7
- 1.1.13 GetDeploySlotEnabled0
- 1.1.14 GetDeploySlotEnabled1
- 1.1.15 GetDeploySlotEnabled2
- 1.1.16 GetDeploySlotEnabled3
- 1.1.17 GetDeploySlotEnabled4
- 1.1.18 GetDeploySlotEnabled5
- 1.1.19 GetDeploySlotEnabled6
- 1.1.20 GetDeploySlotEnabled7
- 1.1.21 GetDeploySlotIconIndex0
- 1.1.22 GetDeploySlotIconIndex1
- 1.1.23 GetDeploySlotIconIndex2
- 1.1.24 GetDeploySlotIconIndex3
- 1.1.25 GetDeploySlotIconIndex4
- 1.1.26 GetDeploySlotIconIndex5
- 1.1.27 GetDeploySlotIconIndex6
- 1.1.28 GetDeploySlotIconIndex7
- 1.1.29 GetDeploySlotName0
- 1.1.30 GetDeploySlotName1
- 1.1.31 GetDeploySlotName2
- 1.1.32 GetDeploySlotName3
- 1.1.33 GetDeploySlotName4
- 1.1.34 GetDeploySlotName5
- 1.1.35 GetDeploySlotName6
- 1.1.36 GetDeploySlotName7
- 1.1.37 GetGroundSpeed
- 1.1.38 GetHealth
- 1.1.39 GetJumpJetCost
- 1.1.40 GetJumpJetDuration
- 1.1.41 GetJumpJetZ
- 1.1.42 GetJumpZ
- 1.1.43 GetNearestLandmark
- 1.1.44 GetPassengerEnabled0
- 1.1.45 GetPassengerEnabled1
- 1.1.46 GetPassengerEnabled2
- 1.1.47 GetSprintCost
- 1.1.48 GetSprintRatio
- 1.1.49 GetStaminaMax
- 1.1.50 GetStaminaRechargeRate
- 1.1.51 GetTeamIndex
- 1.1.52 GetXMPClassName
- 1.1.53 IsXMPClass1
- 1.1.54 IsXMPClass2
- 1.1.55 IsXMPClass3
- 1.1.56 ResetEnergyStatus
- 1.1.57 ResetScripting
- 1.1.58 SetAcceleration
- 1.1.59 SetGroundSpeed
- 1.1.60 SetHealth
- 1.1.61 SetJumpJetCost
- 1.1.62 SetJumpJetDuration
- 1.1.63 SetJumpJetZ
- 1.1.64 SetJumpZ
- 1.1.65 SetSprintCost
- 1.1.66 SetSprintRatio
- 1.1.67 SetStaminaMax
- 1.1.68 SetStaminaRechargeRate
- 1.1.69 SetXMPClass1
- 1.1.70 SetXMPClass2
- 1.1.71 SetXMPClass3
- 1.1.72 UpdateDeploySlots
- 1.1.73 UpdateEnergyStatus
- 1.1 Instance functions
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Functions
Instance functions
AbortScenes
function interface AbortScenes ()
Accept
function interface Accept ()
ClearDeploySlots
function interface ClearDeploySlots ()
GetAcceleration
function interface float GetAcceleration ()
GetDeploySlotColor0
function interface Object.Color GetDeploySlotColor0 ()
GetDeploySlotColor1
function interface Object.Color GetDeploySlotColor1 ()
GetDeploySlotColor2
function interface Object.Color GetDeploySlotColor2 ()
GetDeploySlotColor3
function interface Object.Color GetDeploySlotColor3 ()
GetDeploySlotColor4
function interface Object.Color GetDeploySlotColor4 ()
GetDeploySlotColor5
function interface Object.Color GetDeploySlotColor5 ()
GetDeploySlotColor6
function interface Object.Color GetDeploySlotColor6 ()
GetDeploySlotColor7
function interface Object.Color GetDeploySlotColor7 ()
GetDeploySlotEnabled0
function interface bool GetDeploySlotEnabled0 ()
GetDeploySlotEnabled1
function interface bool GetDeploySlotEnabled1 ()
GetDeploySlotEnabled2
function interface bool GetDeploySlotEnabled2 ()
GetDeploySlotEnabled3
function interface bool GetDeploySlotEnabled3 ()
GetDeploySlotEnabled4
function interface bool GetDeploySlotEnabled4 ()
GetDeploySlotEnabled5
function interface bool GetDeploySlotEnabled5 ()
GetDeploySlotEnabled6
function interface bool GetDeploySlotEnabled6 ()
GetDeploySlotEnabled7
function interface bool GetDeploySlotEnabled7 ()
GetDeploySlotIconIndex0
function interface int GetDeploySlotIconIndex0 ()
GetDeploySlotIconIndex1
function interface int GetDeploySlotIconIndex1 ()
GetDeploySlotIconIndex2
function interface int GetDeploySlotIconIndex2 ()
GetDeploySlotIconIndex3
function interface int GetDeploySlotIconIndex3 ()
GetDeploySlotIconIndex4
function interface int GetDeploySlotIconIndex4 ()
GetDeploySlotIconIndex5
function interface int GetDeploySlotIconIndex5 ()
GetDeploySlotIconIndex6
function interface int GetDeploySlotIconIndex6 ()
GetDeploySlotIconIndex7
function interface int GetDeploySlotIconIndex7 ()
GetDeploySlotName0
function interface string GetDeploySlotName0 ()
GetDeploySlotName1
function interface string GetDeploySlotName1 ()
GetDeploySlotName2
function interface string GetDeploySlotName2 ()
GetDeploySlotName3
function interface string GetDeploySlotName3 ()
GetDeploySlotName4
function interface string GetDeploySlotName4 ()
GetDeploySlotName5
function interface string GetDeploySlotName5 ()
GetDeploySlotName6
function interface string GetDeploySlotName6 ()
GetDeploySlotName7
function interface string GetDeploySlotName7 ()
GetGroundSpeed
function interface float GetGroundSpeed ()
GetHealth
function interface float GetHealth ()
GetJumpJetCost
function interface float GetJumpJetCost ()
GetJumpJetDuration
function interface float GetJumpJetDuration ()
GetJumpJetZ
function interface float GetJumpJetZ ()
GetJumpZ
function interface float GetJumpZ ()
GetNearestLandmark
function interface string GetNearestLandmark ()
GetPassengerEnabled0
function interface bool GetPassengerEnabled0 ()
GetPassengerEnabled1
function interface bool GetPassengerEnabled1 ()
GetPassengerEnabled2
function interface bool GetPassengerEnabled2 ()
GetSprintCost
function interface float GetSprintCost ()
GetSprintRatio
function interface float GetSprintRatio ()
GetStaminaMax
function interface float GetStaminaMax ()
GetStaminaRechargeRate
function interface float GetStaminaRechargeRate ()
GetTeamIndex
function interface int GetTeamIndex ()
GetXMPClassName
function interface string GetXMPClassName ()
IsXMPClass1
function interface bool IsXMPClass1 ()
IsXMPClass2
function interface bool IsXMPClass2 ()
IsXMPClass3
function interface bool IsXMPClass3 ()
ResetEnergyStatus
interface function ResetEnergyStatus ()
ResetScripting
function interface ResetScripting ()
SetAcceleration
function interface SetAcceleration (float F)
SetGroundSpeed
function interface SetGroundSpeed (float F)
SetHealth
function interface SetHealth (float F)
SetJumpJetCost
function interface SetJumpJetCost (float F)
SetJumpJetDuration
function interface SetJumpJetDuration (float F)
SetJumpJetZ
function interface SetJumpJetZ (float F)
SetJumpZ
function interface SetJumpZ (float F)
SetSprintCost
function interface SetSprintCost (float F)
SetSprintRatio
function interface SetSprintRatio (float F)
SetStaminaMax
function interface SetStaminaMax (float F)
SetStaminaRechargeRate
function interface SetStaminaRechargeRate (float F)
SetXMPClass1
function interface SetXMPClass1 ()
SetXMPClass2
function interface SetXMPClass2 ()
SetXMPClass3
function interface SetXMPClass3 ()
UpdateDeploySlots
function UpdateDeploySlots ()
UpdateEnergyStatus
interface function bool UpdateEnergyStatus ()