EvilEngine/DYNA/Carrying:Carryable Property:Use Property Repel: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
(Format)
 
Line 8: Line 8:
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{AutoDynaInfobox}}

==Format==
Inherits from [[EvilEngine/DYNA/Carrying:Carryable_Property|DYNA/Carrying:Carryable Property]]
<source lang=cpp>
struct zCarryableRepelUseProperty : zCarryableProperty
{
};
</source>


{{DynaAssets}}
{{DynaAssets}}

Latest revision as of 13:26, 19 September 2023

Carrying:Carryable Property:Use Property Repel
Version1
Hash0x0A21FFAD
Games usedRatatouille Prototype

Format

Inherits from DYNA/Carrying:Carryable Property

struct zCarryableRepelUseProperty : zCarryableProperty
{
};