CanPedBeKnockedOffBike: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client function}} This function checks if the given ped can fall off bikes. ==Syntax== <syntaxhighlight lang="lua"> bool canPedBeKnockedOffBike ( ped thePed ) </syntaxhighlight> ===Required ...)
 
mNo edit summary
Line 10: Line 10:
===Required Arguments===  
===Required Arguments===  
*'''thePed:''' the ped you want to check.
*'''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==  
==Example==  

Revision as of 00:24, 28 March 2008

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