2015-03-24 08:35:52 -04:00
|
|
|
Availability: Public
|
|
|
|
|
Title:Player Input and Pawns
|
|
|
|
|
Crumbs:%ROOT%, GettingStarted
|
|
|
|
|
Description:React to player input by extending the Pawn class.
|
|
|
|
|
|
|
|
|
|
[VAR:Topic]
|
|
|
|
|
[OBJECT:Topic]
|
|
|
|
|
[PARAM:image]
|
|
|
|
|

|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:title]
|
|
|
|
|
%Programming\Tutorials\PlayerInput:title%
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:path]
|
|
|
|
|
[RELATIVE:Programming\Tutorials\PlayerInput]
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:description]
|
|
|
|
|
%Programming\Tutorials\PlayerInput:description%
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[/OBJECT]
|
|
|
|
|
[/VAR]
|
|
|
|
|
|
|
|
|
|
[VAR:TopicCompact]
|
|
|
|
|
[OBJECT:TopicCompact]
|
|
|
|
|
[PARAM:image]
|
|
|
|
|

|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:title]
|
|
|
|
|
%Programming\Tutorials\PlayerInput:title%
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:path]
|
|
|
|
|
[RELATIVE:Programming\Tutorials\PlayerInput]
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:description]
|
|
|
|
|
%Programming\Tutorials\PlayerInput:description%
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[/OBJECT]
|
|
|
|
|
[/VAR]
|
|
|
|
|
|
|
|
|
|
Over the course of this tutorial, you will learn to react to player input by extending the Pawn class.
|
|
|
|
|
|
|
|
|
|
[OBJECT:EmbeddedVideo]
|
|
|
|
|
[PARAMLITERAL:width]
|
|
|
|
|
640
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[PARAMLITERAL:height]
|
|
|
|
|
360
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[PARAMLITERAL:videoid]
|
|
|
|
|
nTshVrOaNdY
|
|
|
|
|
[/PARAMLITERAL]
|
|
|
|
|
[/OBJECT]
|
|
|
|
|
|
|
|
|
|
[OBJECT:TopicButtonList]
|
|
|
|
|
[PARAM:icon]
|
|
|
|
|
(convert:false)
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:title]
|
|
|
|
|
Steps
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:description]
|
|
|
|
|
[/PARAM]
|
|
|
|
|
[PARAM:links]
|
|
|
|
|
* [](Programming\Tutorials\PlayerInput\1 "%Programming\Tutorials\PlayerInput\1:description%")
|
|
|
|
|
* [](Programming\Tutorials\PlayerInput\2 "%Programming\Tutorials\PlayerInput\2:description%")
|
|
|
|
|
* [](Programming\Tutorials\PlayerInput\3 "%Programming\Tutorials\PlayerInput\3:description%")
|
2015-03-24 10:51:02 -04:00
|
|
|
* [](Programming\Tutorials\PlayerInput\4 "%Programming\Tutorials\PlayerInput\4:description%")
|
2015-03-24 08:35:52 -04:00
|
|
|
[/PARAM]
|
|
|
|
|
[/OBJECT]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|