mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 07:47:42 +00:00
CPlayer header, more CScriptPlatform, renaming
Former-commit-id: 5d9f7afa3b
This commit is contained in:
@@ -30,6 +30,9 @@ public:
|
||||
TUniqueId GetUniqueId() const { return x8_uid; }
|
||||
TAreaId GetAreaId() const;
|
||||
bool GetActive() const { return x30_24_active; }
|
||||
|
||||
// might be fake?
|
||||
rstl::vector< SConnection >& ConnectionList() { return x20_conns; }
|
||||
const rstl::vector< SConnection >& GetConnectionList() const { return x20_conns; }
|
||||
|
||||
static rstl::vector< SConnection > NullConnectionList;
|
||||
|
||||
Reference in New Issue
Block a user