Crate toy_arms

Crate toy_arms 

Source

Modules§

external
internal
pattern_scan_common
pattern_scan_common has a common components which is referenced by external and internal variants of pattern scan mods.

Macros§

cast
cast is a substitution of reinterpret_cast in C++.
create_entrypoint
create_entrypoint fully automates the process of making DllMain on your behalf.
detect_keydown
detect_keydown! returns true if the passed keys are both pressed. You can specify as many keys as you crave.

Structs§

VirtualKeyCode
VirtualKeyCode is a set of virtual key code defined by microsoft. document is here

Traits§

GameObject

Functions§

detect_keypress
detect_keydown returns true when you pressed the specified key. However, the “key press” signal will be emitted several times when you press and hold a key. Make sure you release your finger immediately after pressing a key just in case so that this function catches key press only once.