EngineGetModelPhysicalPropertiesGroup: Difference between revisions
Jump to navigation
Jump to search
(Initial version (by SublimeText.Mediawiker)) |
No edit summary |
||
Line 20: | Line 20: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</section> | </section> | ||
==Requirements== | |||
{{Requirements|n/a|1.5.7-9.19626|}} | |||
==See Also== | ==See Also== | ||
{{Client_object_functions}} | {{Client_object_functions}} |
Revision as of 13:51, 25 October 2020
This function gets physical properties group id used by given model.
Syntax
int engineGetModelPhysicalPropertiesGroup ( int modelID )
Required Arguments
- modelID: the id of model which you wish to get physical properties group of.
Returns
Returns id of physical properties group that requested model uses, in range of 0-160, if the object doesn't have a group assigned, -1 is returned. If passed arguments were wrong, error is triggered.
Example
Click to collapse [-]
Clientfunction checkID(_, id) outputConsole(engineGetModelPhysicalPropertiesGroup(tonumber(id))) end addCommandHandler ( "checkID", checkID )
Requirements
This template will be deleted.
See Also
- createObject
- getObjectScale
- moveObject
- setObjectScale
- stopObject
- getObjectMass
- getObjectProperty
- setObjectMass
- setObjectProperty