mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
85 lines
2.1 KiB
XML
85 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="InputProfileModifier" inherits="Reference" version="3.5">
|
|
<brief_description>
|
|
Stores data for bindable modifiers. Not yet implemented.
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="add_entry">
|
|
<return type="void" />
|
|
<argument index="0" name="entry" type="InputProfileModifierEntry" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="add_modifier">
|
|
<return type="void" />
|
|
<argument index="0" name="modifier" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="clear_entries">
|
|
<return type="void" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="clear_modifiers">
|
|
<return type="void" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_entry">
|
|
<return type="InputProfileModifierEntry" />
|
|
<argument index="0" name="index" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_entry_count">
|
|
<return type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_modifier">
|
|
<return type="String" />
|
|
<argument index="0" name="index" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_modifier_count">
|
|
<return type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="remove_entry">
|
|
<return type="void" />
|
|
<argument index="0" name="index" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="remove_modifier">
|
|
<return type="void" />
|
|
<argument index="0" name="index" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_entry">
|
|
<return type="void" />
|
|
<argument index="0" name="index" type="int" />
|
|
<argument index="1" name="value" type="InputProfileModifierEntry" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_modifier">
|
|
<return type="void" />
|
|
<argument index="0" name="index" type="int" />
|
|
<argument index="1" name="value" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|