UE3:UTBetrayalGRI (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
m 1 revision: UT3 Titan Pack classes
 
(No difference)

Latest revision as of 02:24, 16 August 2009

Package:
UTGame

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Native functions

GetBetrayalPRIFor

native final function UTBetrayalPRI GetBetrayalPRIFor (Actor A)

Returns the UTBetrayalPRI (if any) associated with Actor A

OnSameTeam

simulated native function bool OnSameTeam (Actor A, Actor B)

Overrides: GameReplicationInfo.OnSameTeam

Checks to see if two actors are on the same team.

Returns:

true if they are, false if they aren't