ShowCol: Difference between revisions
Jump to navigation
Jump to search
Cleopatradev (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0160|1.5.8|20840|Shows collision previews for developers.}} ==Syntax== <syntaxhighlight lang="lua">bool showCol ( bool st...") |
(No difference)
|
Revision as of 18:18, 21 March 2021
Shows collision previews for developers.
Syntax
bool showCol ( bool state )
Required Arguments
- state: true/false
Returns
- If the operation is executed, it returns 'true', otherwise it returns 'false'.
Example
You can refer to the example below.
setDevelopmentMode(true)
addCommandHandler("devdebug",
function()
showCol(not isShowCollisionsEnabled())
end
)
Requirements
This template will be deleted.
See Also
- createObject
- getObjectScale
- moveObject
- setObjectScale
- stopObject
- getObjectMass
- getObjectProperty
- setObjectMass
- setObjectProperty