Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Search results

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

Page title matches

Page text matches

  • ...in the level will not receive the Destroyed() event, with the exception of PlayerController and Pawn actors.
    14 KB (2,234 words) - 17:13, 21 December 2012
  • ...r|Actor]] >> [[Legacy:Controller|Controller]] >> [[Legacy:PlayerController|PlayerController]] >> Camera (Package: Engine)}}
    575 B (64 words) - 09:56, 6 October 2003
  • ...do it more than once. A good example is found in [[Legacy:PlayerController|PlayerController]]'s '''''Dead''''' state:
    34 KB (5,823 words) - 09:32, 7 April 2006
  • ...ts. Before we go any further lets recap on a few of the attributes of the PlayerController. ...the player. The pawn class occupied by the player makes callbacks to the PlayerController in use to determine what should happen when the player attempts to make the
    8 KB (1,242 words) - 00:02, 18 September 2006
  • <uscript>PlayerController.Player.interactionMaster.AddInteraction( PlayerController.Player);
    11 KB (1,595 words) - 22:43, 29 April 2021
  • [[Legacy:Interaction|Interaction]]s created from a [[Legacy:PlayerController|PlayerController]] are much simpler than those created from [[Legacy:Mutator|mutator]]s. You ...troller is always a spectator, if that makes a difference, and I check for PlayerController.Player.InteractionMaster every 2 seconds using a timer. The player is creat
    4 KB (545 words) - 00:17, 1 December 2004
  • local PlayerController PC; PC = PlayerController(Owner);
    2 KB (221 words) - 16:53, 25 January 2004
  • ...ortant: [[Legacy:AIController|AIController]] and [[Legacy:PlayerController|PlayerController]]. [[Legacy:Controller Overview|Controller Overview]] covers this in more d +- Engine.[[Legacy:PlayerController|PlayerController]]
    13 KB (1,700 words) - 09:30, 28 March 2007
  • ...easily create new commands to alias to, unless things like PlayerInput or PlayerController, which doesn't really seem good for a little Mutator to grab two keys.
    20 KB (3,507 words) - 03:46, 5 August 2003
  • ...an example function, called within a subclass of [[Legacy:PlayerController|PlayerController]], that creats this order, and tells the pawn to execute it. if(c.IsA('PlayerController'))
    16 KB (2,378 words) - 03:28, 19 January 2009
  • ...efault value for this is not set although Engine.[[Legacy:PlayerController|PlayerController]] (UnrealGame.[[Legacy:DeathMatch|DeathMatch]] specifies xGame.[[Legacy:XPl ...n this is the class you need to replace. The default value set within the PlayerController class is Engine.[[Legacy:CheatManager|CheatManager]].
    6 KB (872 words) - 14:29, 7 December 2005
  • .../>stripped down version of Tanus'. Finally the UnitPress() function in the playercontroller still needs tweaked.<br /> var PlayerController PlayerOwner;
    10 KB (1,156 words) - 16:55, 21 January 2005
  • ...y CameraEffect object can be added as often to a [[Legacy:PlayerController|PlayerController]]'s CameraEffects array as you want without breaking anything. ...ects is to find an existing CameraEffect of the desired class in the local PlayerController's CameraEffects array and use that. If there isn't any, just fetch one from
    4 KB (398 words) - 18:07, 13 January 2005
  • PlayerController
    37 KB (1,854 words) - 16:01, 10 January 2005
  • ...lBreak]]. When Touch() is called, the triggering [[Legacy:PlayerController|PlayerController]]'s viewpoint will be changed to an outside view as defined in the actor's
    2 KB (281 words) - 11:01, 18 November 2007
  • Object within [[Legacy:PlayerController|PlayerController]] that defines "cheat" commands.
    1 KB (131 words) - 08:27, 10 June 2004
  • ...rol|AccessControl]] and [[Legacy:Mutator|Mutator]]s; spawns the PlayerPawn/PlayerController or rejects player, sets player name, spectator, admin login, other stuff: ## If bDelayedStart is true, the PlayerController enters the PlayerWaiting state.
    3 KB (440 words) - 18:46, 15 October 2010
  • local PlayerController PC; PC=PlayerController(x.Controller);
    4 KB (467 words) - 21:45, 4 August 2003
  • function PerformMove(PlayerController PC, vector Accel, float DeltaTime) { local PlayerController PC;
    12 KB (1,235 words) - 05:28, 19 November 2007
  • ...lets add another chalange. So I said to myself "Don't subclass Gameinfo or PlayerController or Pawn" and... I didn't :) It was quite a trick for me because I was used
    7 KB (1,310 words) - 13:42, 27 August 2004

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)