<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/EngineGetObjectGroupPhysicalProperty?action=history&amp;feed=atom</id>
	<title>EngineGetObjectGroupPhysicalProperty - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/EngineGetObjectGroupPhysicalProperty?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=EngineGetObjectGroupPhysicalProperty&amp;action=history"/>
	<updated>2026-05-09T19:01:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=EngineGetObjectGroupPhysicalProperty&amp;diff=64803&amp;oldid=prev</id>
		<title>Forkerer: Initial version (by SublimeText.Mediawiker)</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=EngineGetObjectGroupPhysicalProperty&amp;diff=64803&amp;oldid=prev"/>
		<updated>2019-12-22T12:29:02Z</updated>

		<summary type="html">&lt;p&gt;Initial version (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}}&lt;br /&gt;
{{New feature/item|3.0157|1.5.7|19626|This function gets physical property of given properties group.}}&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;var engineGetObjectGroupPhysicalProperty ( int groupID, objectgroup-modifiable property )&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*'''groupID''': the id of physical properties group which you wish to get a property from.&lt;br /&gt;
*'''objectgroup-modifiable''': the property which you wish to get, as per table below.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns the value contained in given property if everything went well, error is raised otherwise.&lt;br /&gt;
&lt;br /&gt;
===Properties===&lt;br /&gt;
{{Physical_Properties}}&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function getProperty(_, group, property)&lt;br /&gt;
    var prop = {engineGetObjectGroupPhysicalProperty(tonumber(group), property)}&lt;br /&gt;
    outputConsole(inspect(prop))&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler ( &amp;quot;getProperty&amp;quot;, getProperty )&lt;br /&gt;
--getProperty(120, &amp;quot;special_col_response&amp;quot;)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Client_object_functions}}&lt;/div&gt;</summary>
		<author><name>Forkerer</name></author>
	</entry>
</feed>