mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-23 17:38:20 +01:00
36 lines
883 B
XML
36 lines
883 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="Terrain2DTerrain2DJob" inherits="Terrain2DJob" version="3.5">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_liquid_mesher" qualifiers="const">
|
|
<return type="Terrain2DMesher" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_mesher" qualifiers="const">
|
|
<return type="Terrain2DMesher" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_liquid_mesher">
|
|
<return type="void" />
|
|
<argument index="0" name="mesher" type="Terrain2DMesher" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_mesher">
|
|
<return type="void" />
|
|
<argument index="0" name="mesher" type="Terrain2DMesher" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|