-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new lua funcs - tf_setvar(), tf_unsetvar(), tf_sendstr(), tf_send…
…var() (#85) * [lua] add tf_setvar(), tf_unsetvar(), tf_sendstr(), tf_sendvar() * tf_setvar(name, value) handles setting global variable values * tf_unsetvar(name) handles clearing a global variable. * tf_sendstr(string, world, flags) is the analog to send() * tf_sendvar(var, world, flags) is the analog to send() * [lua] re-indent getvar_for_lua() Just straight up re-indent! --------- Co-authored-by: Adrian Chadd <[email protected]> Co-authored-by: Karol Lassak <[email protected]>
- Loading branch information
1 parent
69e9206
commit 0924ce2
Showing
1 changed file
with
217 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters