nanos world
Create
Log in
Sign up
Roadmap
Feedback
Game Ideas
321
Category
Scripting Feature
Voters
Voltaism
Powered by Canny
1
Server.GetMaps()
complete
Voltaism
Returns a list of maps that can be loaded with Server.ChangeMap on the Server, should return maps that have a map-package in server/Packages (new format).
The list would contain those packages folder names.
August 23, 2023
GTNardy
marked this post as
complete
yes
·
August 23, 2023
·
Reply
Voltaism
Actually we can already do this mb
local ret = Server.GetPackages(false,
PackageType.Map
)
·
August 23, 2023
·
Reply
Powered by Canny