Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Make frameNumber signed [cache clear]
Browse files Browse the repository at this point in the history
Related #2940
  • Loading branch information
1vanK committed Jun 8, 2022
1 parent b0f4ffe commit 2772eac
Show file tree
Hide file tree
Showing 22 changed files with 107 additions and 103 deletions.
54 changes: 27 additions & 27 deletions Docs/AngelScriptAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -713,7 +713,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -1909,7 +1909,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -8915,7 +8915,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -9598,7 +9598,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -10019,7 +10019,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -10269,7 +10269,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -11988,7 +11988,7 @@ FrameInfo();
FrameInfo& operator=(const FrameInfo&);

// Properties:
uint frameNumber;
int frameNumber;
float timeStep;
IntVector2 viewSize;
};
Expand Down Expand Up @@ -13977,7 +13977,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
const Matrix3x4& GetVolumeTransform(Camera);
operator Object() const;
Expand Down Expand Up @@ -15540,7 +15540,7 @@ Material Clone(const String& = String :: EMPTY) const;
bool EndLoad();
bool GetAlphaToCoverage() const;
AsyncLoadState GetAsyncLoadState() const;
uint GetAuxViewFrameNumber() const;
int GetAuxViewFrameNumber() const;
bool GetBlockEvents() const;
CullMode GetCullMode() const;
VariantMap& GetEventDataMap() const;
Expand Down Expand Up @@ -15577,7 +15577,7 @@ bool Load(const JSONValue&);
bool Load(const String&);
bool Load(const XMLElement&);
bool LoadFile(const String&);
void MarkForAuxView(uint);
void MarkForAuxView(int);
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
operator RefCounted() const;
Expand Down Expand Up @@ -19637,7 +19637,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -19901,7 +19901,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -20064,11 +20064,11 @@ uint GetIndex() const;
PassLightingMode GetLightingMode() const;
Array<ShaderVariation> GetPixelShaders();
Array<ShaderVariation> GetPixelShaders(const StringHash&);
uint GetShadersLoadedFrameNumber() const;
int GetShadersLoadedFrameNumber() const;
Array<ShaderVariation> GetVertexShaders();
Array<ShaderVariation> GetVertexShaders(const StringHash&);
bool IsDesktop() const;
void MarkShadersLoaded(uint);
void MarkShadersLoaded(int);
operator RefCounted() const;
int Refs() const;
void ReleaseShaders();
Expand Down Expand Up @@ -22445,7 +22445,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -23077,7 +23077,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -26113,7 +26113,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -28517,7 +28517,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -28777,7 +28777,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -29033,7 +29033,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -29325,7 +29325,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -30121,7 +30121,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -30862,7 +30862,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
operator Object() const;
void OnEvent(Object, StringHash, VariantMap&);
Expand Down Expand Up @@ -32433,7 +32433,7 @@ bool GetBlockEvents() const;
float GetElapsedTime();
VariantMap& GetEventDataMap() const;
Object GetEventSender() const;
uint GetFrameNumber() const;
int GetFrameNumber() const;
float GetFramesPerSecond() const;
Object GetSubsystem(StringHash) const;
float GetTimeStep() const;
Expand Down Expand Up @@ -32471,7 +32471,7 @@ String category;
/* readonly */
float elapsedTime;
/* readonly */
uint frameNumber;
int frameNumber;
/* readonly */
float framesPerSecond;
Array<Variant> globalVar;
Expand Down Expand Up @@ -36863,7 +36863,7 @@ bool LoadJSON(const JSONValue&);
bool LoadXML(const XMLElement&);
void MarkForUpdate();
void MarkInView(const FrameInfo&);
void MarkInView(uint);
void MarkInView(int);
void MarkNetworkUpdate();
const Matrix3x4& GetInverseWorldTransform() const;
operator Object() const;
Expand Down
Loading

0 comments on commit 2772eac

Please sign in to comment.