mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 23:07:43 +00:00
Lots of reverse naming functionality added
This commit is contained in:
@@ -18,6 +18,11 @@ struct PointOfInterest : IScriptObject
|
||||
Value<bool> unknown1;
|
||||
ScannableParameters scannableParameters;
|
||||
Value<float> unknown2;
|
||||
|
||||
void nameIDs(PAKRouter<PAKBridge>& pakRouter) const
|
||||
{
|
||||
scannableParameters.nameIDs(pakRouter, name + "_scanp");
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user