Entity:IsOnGround
Description
Returns whether the entity is on ground or not.
Internally, this checks if FL_ONGROUND is set on the entity.
This function is an alias of Entity:OnGround.
Returns
Example
Demonstrates the use of this function.
Output: Outputs 'true' to the console if the player 1 is on ground.