I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:StationaryPawn

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 05:34, 4 December 2004 by C-24-18-76-107.client.comcast.net (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Actor >> Pawn (UT) >> StationaryPawn

StationaryPawn is the superclass of all the Pawns in the game that don't move around the level.

[edit] Functions

function SetTeam(int TeamNum) 
Sets the team this StationaryPawn belongs to. StationaryPawns are not active players and have no PlayerReplicationInfo, so subclasses need to declare a new variable for saving the team ID.
function bool SameTeamAs(int TeamNum) 
Returns whether the StationaryPawn is on the specified team.

[edit] Known Subclasses