|
|
@@ -4336,7 +4336,7 @@ bool Load(File, bool = false);
|
|
|
bool Load(VectorBuffer&, bool = false);
|
|
|
bool LoadXML(const XMLElement&, bool = false);
|
|
|
void MarkNetworkUpdate() const;
|
|
|
-Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), uint = 3);
|
|
|
+Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), int = 3);
|
|
|
Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ));
|
|
|
void Remove();
|
|
|
void RemoveInstanceDefault();
|
|
|
@@ -6400,7 +6400,7 @@ bool Load(File, bool = false);
|
|
|
bool Load(VectorBuffer&, bool = false);
|
|
|
bool LoadXML(const XMLElement&, bool = false);
|
|
|
void MarkNetworkUpdate() const;
|
|
|
-Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), uint = 3);
|
|
|
+Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), int = 3);
|
|
|
Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ));
|
|
|
void Remove();
|
|
|
void RemoveInstanceDefault();
|