1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:53:51 +00:00

Finish renaming of script functions for sending items and spells

This commit is contained in:
David Cernat 2017-01-19 18:30:31 +02:00
parent 33e85c54de
commit 6b14ca0775
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
{"GetInventoryItemHealth", ItemFunctions::GetInventoryItemHealth},\ {"GetInventoryItemHealth", ItemFunctions::GetInventoryItemHealth},\
\ \
{"SendEquipment", ItemFunctions::SendEquipment},\ {"SendEquipment", ItemFunctions::SendEquipment},\
{"SendInventory", ItemFunctions::SendItems} {"SendItems", ItemFunctions::SendItems}
class ItemFunctions class ItemFunctions
{ {

View file

@ -11,7 +11,7 @@
{"HasSpell", SpellFunctions::HasSpell},\ {"HasSpell", SpellFunctions::HasSpell},\
{"GetSpellId", SpellFunctions::GetSpellId},\ {"GetSpellId", SpellFunctions::GetSpellId},\
\ \
{"SendSpellbook", SpellFunctions::SendSpells} {"SendSpells", SpellFunctions::SendSpells}
class SpellFunctions class SpellFunctions
{ {