Add modules #3

Closed
opened 2024-03-13 22:02:10 +00:00 by LunarTides · 1 comment
LunarTides commented 2024-03-13 22:02:10 +00:00 (Migrated from github.com)

Add modules for things like keywords.

Proof of concept:

# ...
Game.anticheat.emit(...)
var result: bool = await Modules.wait_for_modules()

if not result:
    # Anticheat triggered.
    return false
# ...
Add modules for things like keywords. Proof of concept: ```gdscript # ... Game.anticheat.emit(...) var result: bool = await Modules.wait_for_modules() if not result: # Anticheat triggered. return false # ... ```
LunarTides commented 2024-03-15 15:10:44 +00:00 (Migrated from github.com)

This didn't get fully added by c289b8c. See #4

This didn't get fully added by c289b8c. See #4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LunarTides/Hearthstone.gd#3
No description provided.