mirror of
https://github.com/Mestima/GodotHook.git
synced 2025-12-15 07:29:42 +00:00
Hook class methods are now following to lowercase naming convention
This commit is contained in:
8
hook.h
8
hook.h
@ -19,10 +19,10 @@ protected:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
Dictionary GetTable();
|
||||
void Add(String event, String uid, Callable function);
|
||||
void Call(String event, Array args, bool defer);
|
||||
void Remove(String event, String uid);
|
||||
Dictionary getTable();
|
||||
void add(String event, String uid, Callable function);
|
||||
void call(String event, Array args, bool defer);
|
||||
void remove(String event, String uid);
|
||||
Hook();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user