mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
28 lines
693 B
XML
28 lines
693 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="SimpleLevelStatData" inherits="LevelStatData" version="3.5">
|
|
<brief_description>
|
|
Simple per-level [Stat] information for entities.
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_stat_per_level">
|
|
<return type="int" />
|
|
<argument index="0" name="arg0" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_stat_per_level">
|
|
<return type="void" />
|
|
<argument index="0" name="value" type="int" />
|
|
<argument index="1" name="arg1" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|