mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
13 lines
No EOL
260 B
Text
13 lines
No EOL
260 B
Text
//
|
|
// Storage area functions
|
|
//
|
|
|
|
StorageAreas();
|
|
|
|
FindStorageArea( areaname );
|
|
FindRootItemInStorageArea( area, itemname );
|
|
|
|
CreateStorageArea( areaname );
|
|
CreateRootItemInStorageArea( area, itemname, objtype );
|
|
|
|
DestroyRootItemInStorageArea( area, itemname ); |