mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
37 lines
980 B
XML
37 lines
980 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VendorItemData" inherits="Resource" version="3.5">
|
|
<brief_description>
|
|
Contains vendor item data for an [Entity]/[EntityData].
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_num_vendor_datas">
|
|
<return type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_vendor_data">
|
|
<return type="VendorItemDataEntry" />
|
|
<argument index="0" name="index" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_vendor_data">
|
|
<return type="void" />
|
|
<argument index="0" name="index" type="int" />
|
|
<argument index="1" name="vendor_data" type="VendorItemDataEntry" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<members>
|
|
<member name="vendor_datas" type="Array" setter="set_vendor_datas" getter="get_vendor_datas" default="[ ]">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|