2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Implement CScriptCameraHint scripting interface

This commit is contained in:
Jack Andersen
2017-10-04 19:40:44 -10:00
parent 213cacb0fb
commit c46010256c
7 changed files with 230 additions and 20 deletions

View File

@@ -18,6 +18,10 @@ public:
Four,
Five
};
enum class EBallCameraBehaviour
{
};
private:
TUniqueId x3dc_tooCloseActorId = kInvalidUniqueId;
float x3e0_ = 10000.f;