Skip to content

EmpSurak/Object-Locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Locator

A small library to locate objects for Overgrowth. It is still work in progress, breaking API changes in the future are likely.

Example

#include "object_locator/object_locator.as"

ObjectLocator locator;

array<Object@> GetObjects(){
    return locator.LocateByScriptParams(function(_params){
        if (!_params.HasParam("Name")){
            return false;
        }
        return ("foo" == _params.GetString("Name"));
    });
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published