mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
79 lines
2.3 KiB
XML
79 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="ClassProfile" inherits="Reference" version="3.5">
|
|
<brief_description>
|
|
Contains all profile information for an [Entity]'s class. Related to [ProfileManager].
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="from_dict">
|
|
<return type="void" />
|
|
<argument index="0" name="dict" type="Dictionary" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_custom_data" qualifiers="const">
|
|
<return type="Variant" />
|
|
<argument index="0" name="name" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_default_action_bar_profile">
|
|
<return type="ActionBarProfile" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_input_profile">
|
|
<return type="InputProfile" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="has_custom_data" qualifiers="const">
|
|
<return type="bool" />
|
|
<argument index="0" name="name" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="remove_custom_data">
|
|
<return type="void" />
|
|
<argument index="0" name="name" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_custom_data">
|
|
<return type="void" />
|
|
<argument index="0" name="name" type="String" />
|
|
<argument index="1" name="value" type="Variant" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="to_dict" qualifiers="const">
|
|
<return type="Dictionary" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<members>
|
|
<member name="actionbar_locked" type="bool" setter="set_actionbar_locked" getter="get_actionbar_locked" default="false">
|
|
</member>
|
|
<member name="character_class_name" type="String" setter="set_character_class_name" getter="get_character_class_name" default="""">
|
|
</member>
|
|
<member name="class_path" type="StringName" setter="set_class_path" getter="get_class_path" default="@""">
|
|
</member>
|
|
<member name="level" type="int" setter="set_level" getter="get_level" default="1">
|
|
</member>
|
|
<member name="xp" type="int" setter="set_xp" getter="get_xp" default="0">
|
|
</member>
|
|
</members>
|
|
<signals>
|
|
<signal name="changed">
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
</signals>
|
|
<constants>
|
|
</constants>
|
|
</class>
|