mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Additional ScriptLoader imps
This commit is contained in:
@@ -29,12 +29,7 @@ struct PlayerActor : IScriptObject
|
||||
Value<bool> unknown5;
|
||||
Value<bool> unknown6;
|
||||
Value<bool> unknown7;
|
||||
struct PlayerParameters : BigYAML
|
||||
{
|
||||
DECL_YAML
|
||||
Value<atUint32> propertyCount;
|
||||
Vector<bool, DNA_COUNT(propertyCount)> bools;
|
||||
} playerParameters;
|
||||
PlayerParameters playerParameters;
|
||||
Value<atUint32> unknown8;
|
||||
|
||||
void addCMDLRigPairs(PAKRouter<PAKBridge>& pakRouter,
|
||||
|
||||
Reference in New Issue
Block a user