EngineSetModelPhysicalPropertiesGroup: Difference between revisions
Jump to navigation
Jump to search
(Initial version (by SublimeText.Mediawiker)) |
No edit summary |
||
Line 21: | Line 21: | ||
</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 sets physical properties group id used by given model.
Syntax
bool engineSetModelPhysicalPropertiesGroup ( int modelID, int groupID )
Required Arguments
- modelID: the id of model which you wish to set physical properties group of.
- groupID: the id of new physical properties group to be used by given model.
Returns
Returns true if there were no issues with group change, otherwise an error is raised
Example
Click to collapse [-]
Clientfunction setID(_, id, group) engineSetModelPhysicalPropertiesGroup(tonumber(id), tonumber(group)) end addCommandHandler ( "setID", setID )
Requirements
This template will be deleted.
See Also
- createObject
- getObjectScale
- moveObject
- setObjectScale
- stopObject
- getObjectMass
- getObjectProperty
- setObjectMass
- setObjectProperty