mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 15:26:19 +00:00
new script commands - mostly stubs
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -488,6 +488,8 @@ private:
|
||||
void PlayerInAngledAreaCheckCommand(int32, uint32*);
|
||||
void CharInAreaCheckCommand(int32, uint32*);
|
||||
void CarInAreaCheckCommand(int32, uint32*);
|
||||
void LocateObjectCommand(int32, uint32*);
|
||||
void ObjectInAreaCheckCommand(int32, uint32*);
|
||||
|
||||
float LimitAngleOnCircle(float angle) { return angle < 0.0f ? angle + 360.0f : angle; }
|
||||
|
||||
|
Reference in New Issue
Block a user