CanPedBeKnockedOffBike

From Multi Theft Auto: Wiki
Revision as of 00:24, 28 March 2008 by Arc (talk | contribs)
Jump to navigation Jump to search

This function checks if the given ped can fall off bikes.

Syntax

bool canPedBeKnockedOffBike ( ped thePed )         

Required Arguments

  • thePed: the ped you want to check.

Returns

Returns true if the ped can be knocked off bikes, false if he cannot or an invalid element was passed.

Example

See Also