Core.Object
|
+--Engine.Actor
|
+--Engine.Info
|
+--Engine.GameRules
|
+--XIIIMP.XIIIMPGameRules
| Direct Known Subclasses:None |
| Function Summary | |
bool |
HandleRestartGame()//_____________________________________________________________________________ // ELR Return True to cancel the GameRestart and force the player to go into the menu to Reload |
bool |
OverridePickupQuery(Pawn Other, Pickup item, out byte)/* OverridePickupQuery() when pawn wants to pickup something, gamerules given a chance to modify it. If this function returns true, bAllowPickup will determine if the object can be picked up. */ |