mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Add a api command to get information about the current access datums (#4280)
Adds a new command to the API that provides information about the currently configured access levels.
This commit is contained in:
@@ -318,6 +318,8 @@ var/datum/controller/subsystem/cargo/SScargo
|
||||
/*
|
||||
Getting items, categories, suppliers and shipments
|
||||
*/
|
||||
/datum/controller/subsystem/cargo/proc/get_order_count()
|
||||
return all_orders.len
|
||||
//Increments the orderid and returns it
|
||||
/datum/controller/subsystem/cargo/proc/get_next_order_id()
|
||||
. = ordernum
|
||||
|
||||
Reference in New Issue
Block a user