Mostly Harmless
UE3:UTSeqAct_GetTeamNum (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UTSeqAct_GetTeamNum |
Returns the team number of the specified target actor.
Properties[edit]
TeamNum[edit]
Type: int
Helper variable for the Team Number variable link.
Default values[edit]
Property | Value | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bCallHandler | False | ||||||||||||||
ObjCategory | "Team" | ||||||||||||||
ObjName | "Get Team Number" | ||||||||||||||
VariableLinks[0] |
|
||||||||||||||
VariableLinks[1] |
|
Events[edit]
Activated[edit]
event Activated ()
Overrides: SequenceOp.Activated
Assigns the target actor's team number to the TeamNum property, and thus the Team Number variable link. The team number is determined via Actor.GetTeamNum().