Skip to content

Provide data api for getting shared data, locks, and game data #19

@Sheep-y

Description

@Sheep-y

Example:

api( "data sheepy.config" ); // Get a shared data
api( "data sheepy.config", ModConfig ); // Set a shared data

api( "data lock", "harmony" ); // Get "harmony" lock
api( "data rlock", "harmony" ); // Get "harmony" read lock, disposable style
api( "data wlock", "harmony" ); // Get "harmony" write lock, disposable style

// api( "data def PhoenixFacilityDef", "08a852ce-a6b6-3d84-cae6-302032199fca" ); // Access Lift Facility

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions