mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
[CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)
* Add on_death callback * Add on_hp_modification & on_damage_taken callbacks * move preview code to preview.lua
This commit is contained in:
@@ -562,6 +562,8 @@ public:
|
||||
m_chat_queue.push(input);
|
||||
}
|
||||
|
||||
ClientScripting *getScript() { return m_script; }
|
||||
|
||||
private:
|
||||
|
||||
// Virtual methods from con::PeerHandler
|
||||
|
Reference in New Issue
Block a user