|
Function Summary |
void |
CloseDoor(XIIIMover P, bool bLock)
//_____________________________________________________________________________
|
void |
DisplayGoal(int N, optional bool)
//_____________________________________________________________________________
// Send goal to display
|
void |
DoTravel()
//_____________________________________________________________________________
|
XIIIPlayerController |
FindPlayerController()
//_____________________________________________________________________________
|
void |
FirstFrame()
//_____________________________________________________________________________
|
void |
GeneratedPawn(Actor Generator, Pawn Other)
//_____________________________________________________________________________
// tell self that a pawn has been generated (to be taken into account if necessary)
|
void |
PostBeginPlay()
//_____________________________________________________________________________
|
void |
PostRender(Canvas C)
//_____________________________________________________________________________
|
bool |
RestoreInventoryAfterFlash(XIIIPawn P)
//_____________________________________________________________________________
// Restore the player's inventory after a flashback
|
bool |
SaveInventoryForFlash(XIIIPawn P)
//_____________________________________________________________________________
// Save the player's inventory to give him whatever we want in a flashback
|
void |
SetGoalComplete(int N)
//_____________________________________________________________________________
|
void |
SetPrimaryGoal(int N)
//_____________________________________________________________________________
// Goal Become primary
|
void |
SetSecondaryGoal(int N)
//_____________________________________________________________________________
// Goal is not primary anymore
|
void |
SetUpInitialInventory(XIIIPawn P)
//_____________________________________________________________________________
|
void |
TestGoalComplete()
//_____________________________________________________________________________
|
void |
Timer()
//_____________________________________________________________________________
|