Entity::setCollision

From RAGE Multiplayer Wiki
Revision as of 11:46, 25 February 2018 by GreenFanta (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax

entity.setCollision(toggle, keepPhysics);

Required Arguments

  • toggle: Boolean
    • Setting 'toggle' to false will disable all collisions and you will fall through the world.
  • keepPhysics: Boolean

Return value

  • Undefined

Example

// todo

See also