mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
16 lines
555 B
ReStructuredText
16 lines
555 B
ReStructuredText
.. _doc_ui_srag_and_drop:
|
|
|
|
Drag and Drop
|
|
=============
|
|
|
|
Implement drag & drops using :ref:`ESDragAndDrop<class_ESDragAndDrop>`.
|
|
|
|
ESS uses this as it's drag & drop helper class. You can easily set up item, and spell
|
|
drag & drops with this.
|
|
|
|
The meaning of the :ref:`item_id<class_ESDragAndDrop_property_item_id>` property changes, based
|
|
on the value of the :ref:`type<class_ESDragAndDrop_property_type>` property. It can mean, spell, itemid,
|
|
item slot, and equip slot.
|
|
|
|
Don't forget to set the :ref:`origin<class_ESDragAndDrop_property_origin>` property.
|