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

New Command 2054 - Get ID By Name #3214

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

Commits on Apr 28, 2024

  1. New Command 2054 - Get ID By Name

    Through it you can store the ID of a database asset through by searching for its name.
    
    Syntax (Maniacs):
    ```js
    @raw 2054,
    			"", 	 // name to search
    			0, 11,	 // type of database Asset
    			0, 5, 	 // variable where it will be stored
    			0, 0,	 // Min Range
    			0, 0, 	 // maxRange
    			1, 1 	 // use stringVar
    
    ``
    
    New Command 2054 - Get ID By Name
    
    Through it you can store the ID of a database asset through by searching for its name.
    
    Syntax (Maniacs):
    ```js
    @raw 2054,
    			"", 	 // name to search
    			0, 11,	 // type of database Asset
    			0, 5, 	 // variable where it will be stored
    			0, 0,	 // Min Range
    			0, 0, 	 // maxRange
    			1, 1 	 // use stringVar
    
    ``
    jetrotal committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    8bc649c View commit details
    Browse the repository at this point in the history
  2. Search by Name - Support to different database formats.

    It mirrors ManiacPatch::GetLcfName structure.
    
    Update game_interpreter.cpp
    jetrotal committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e04a433 View commit details
    Browse the repository at this point in the history