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

Debug branch for debugging purpose. #278

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2022

  1. Added trigger_command for debugging purpose.

    Usage: add in halflife.fgd:
    ```
    @PointClass base(Targetname) = trigger_command : "Trigger: Command"
    [
    	netname(string) : "NetName"
    ]
    ```
    After creating the trigger_command point entity,
    you give it a name and NetName for console command.
    After that, create a brush with trigger_multiple
    and in target specify the name of the entity of your trigger_command.
    0x4E69676874466F78 committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    29b736e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    47f96b1 View commit details
    Browse the repository at this point in the history