CzechHek / Core

Repository of Core base.
The Unlicense
41 stars 64 forks source link

Added vars to access public LB variables #4

Closed Nvaros closed 4 years ago

Nvaros commented 4 years ago

Core will now generate variables for EVERY default LB module which makes it quite easy to use its public variables and functions in a script (e. g "val target" of KillAura, "val currentDamage" of Fucker). The vars name consist of the module name (case-sensitive) and "Module" (KillAuraModule, FlyModule, SpeedModule, etc.)

CzechHek commented 4 years ago

merge or die