10 Commits

Author SHA1 Message Date
5300b67a9a Fixed bug that static var cannot be created in method arguments 2024-03-11 20:36:41 +03:00
805257da76 fixed bug when hook.Call calls a hook more than 1 time 2023-10-10 23:50:49 +03:00
bab2506cc7 Revert "Hook class methods are now following to lowercase naming convention"
This reverts commit ed1903119acc68287964440f7d075d66faee1ff2.
2023-10-10 14:36:33 +03:00
ed1903119a Hook class methods are now following to lowercase naming convention 2023-10-10 13:05:16 +03:00
8f42c858ea args parameter is optional now 2023-10-09 23:46:52 +03:00
6ba7ff7e1f
Update to the latest version of godot
Callable class changed in a new version: call is callp and call_deferred is a call_deferredp in a new godot version
2022-08-19 03:56:18 +03:00
bc55cacffc hook.Call might be deferred or not now (was always deferred) 2022-05-16 16:22:52 +03:00
06587212b2 Module updated to 4.x Godot version 2022-05-16 14:01:00 +03:00
e51c3c256d Create method was removed because it's useless 2022-05-14 14:47:19 +03:00
f1651856a8 Initial commit 2022-05-14 05:39:04 +03:00