Broke Protocol Game API Reference  1.39
Code reference for server and client scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
BrokeProtocol.LiteDB.ApartmentEntity Class Reference
Inheritance diagram for BrokeProtocol.LiteDB.ApartmentEntity:
BrokeProtocol.LiteDB.ApartmentTransport

Public Member Functions

 ApartmentEntity ()
 
 ApartmentEntity (int index, Vector3 position, Quaternion rotation, CustomData customData)
 

Properties

int Index [get, set]
 
Vector3 Position [get, set]
 
Quaternion Rotation [get, set]
 
Dictionary< int, int > Inventory = new () [get, set]
 
CustomData CustomData [get, set]
 

Constructor & Destructor Documentation

◆ ApartmentEntity() [1/2]

BrokeProtocol.LiteDB.ApartmentEntity.ApartmentEntity ( )
inline

◆ ApartmentEntity() [2/2]

BrokeProtocol.LiteDB.ApartmentEntity.ApartmentEntity ( int index,
Vector3 position,
Quaternion rotation,
CustomData customData )
inline

Property Documentation

◆ CustomData

CustomData BrokeProtocol.LiteDB.ApartmentEntity.CustomData
getset

◆ Index

int BrokeProtocol.LiteDB.ApartmentEntity.Index
getset

◆ Inventory

Dictionary<int, int> BrokeProtocol.LiteDB.ApartmentEntity.Inventory = new ()
getset

◆ Position

Vector3 BrokeProtocol.LiteDB.ApartmentEntity.Position
getset

◆ Rotation

Quaternion BrokeProtocol.LiteDB.ApartmentEntity.Rotation
getset

The documentation for this class was generated from the following file: