ButtonPressed( <buttonName> )


Module: Player
MP Only

Summary:

Check if the host is pressing the button/key, "BUTTON_A", "BUTTON_B", "K



Call this on:

The player (it will only check the host player's buttons though)



Example:

while( self ButtonPressed( "BUTTON_A" ) ) ...