Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new lua funcs - tf_setvar(), tf_unsetvar(), tf_sendstr(), tf_sendvar() #85

Merged
merged 3 commits into from
May 26, 2024

Commits on May 26, 2024

  1. [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()
    Adrian Chadd authored and Adrian Chadd committed May 26, 2024
    Configuration menu
    Copy the full SHA
    54e84f1 View commit details
    Browse the repository at this point in the history
  2. [lua] re-indent getvar_for_lua()

    Just straight up re-indent!
    Adrian Chadd authored and Adrian Chadd committed May 26, 2024
    Configuration menu
    Copy the full SHA
    81211e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72cfa95 View commit details
    Browse the repository at this point in the history