mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
31 lines
874 B
XML
31 lines
874 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="LevelStatData" inherits="Resource" version="3.5">
|
|
<brief_description>
|
|
Base class for storing level stat information for entities.
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_get_stat_diff" qualifiers="virtual">
|
|
<return type="int" />
|
|
<argument index="0" name="main_stat" type="int" />
|
|
<argument index="1" name="old_level" type="int" />
|
|
<argument index="2" name="new_level" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_stat_diff">
|
|
<return type="int" />
|
|
<argument index="0" name="stat" type="int" />
|
|
<argument index="1" name="old_level" type="int" />
|
|
<argument index="2" name="new_level" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|