Skip to content

darktrovx/devyn-powerplant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Events and Exports

CLIENT

-- Returns if the plant is disabled currently.
exports["devyn-powerplant"]:PlantStatus(PlantName)

AddEventHandler("powerplant:powerplant:StationStatus", function(station, status)
    -- Your Code here...
end)

SERVER

-- Returns if the plant is disabled currently.
exports["devyn-powerplant"]:PlantStatus(PlantName)

AddEventHandler("powerplant:powerplant:StationStatus", function(station, status)
    -- Your Code here...
end)

Preview: image image

Dependencies

https://github.com/Project-Sloth/ps-ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages