mirror of
https://github.com/Relintai/props.git
synced 2024-11-10 10:12:13 +01:00
44 lines
956 B
XML
44 lines
956 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<class name="GroundClutterFoliage" inherits="GroundClutter" version="3.2">
|
||
|
<brief_description>
|
||
|
</brief_description>
|
||
|
<description>
|
||
|
</description>
|
||
|
<tutorials>
|
||
|
</tutorials>
|
||
|
<methods>
|
||
|
<method name="add_texture">
|
||
|
<return type="void">
|
||
|
</return>
|
||
|
<argument index="0" name="texture" type="Texture">
|
||
|
</argument>
|
||
|
<description>
|
||
|
</description>
|
||
|
</method>
|
||
|
<method name="get_texture">
|
||
|
<return type="Texture">
|
||
|
</return>
|
||
|
<argument index="0" name="index" type="int">
|
||
|
</argument>
|
||
|
<description>
|
||
|
</description>
|
||
|
</method>
|
||
|
<method name="get_texture_count" qualifiers="const">
|
||
|
<return type="int">
|
||
|
</return>
|
||
|
<description>
|
||
|
</description>
|
||
|
</method>
|
||
|
<method name="remove_texture">
|
||
|
<return type="void">
|
||
|
</return>
|
||
|
<argument index="0" name="index" type="int">
|
||
|
</argument>
|
||
|
<description>
|
||
|
</description>
|
||
|
</method>
|
||
|
</methods>
|
||
|
<constants>
|
||
|
</constants>
|
||
|
</class>
|