MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getVersionNumber

Function getVersionNumber

Engine/source/app/version.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29static const U32 appVersionNumber = TORQUE_APP_VERSION;
30
31U32 getVersionNumber()
32{
33 return csgVersionNumber;
34}
35
36U32 getAppVersionNumber()
37{

Callers 7

GFXDeviceMethod · 0.85
updateFileMethod · 0.85
version.cppFile · 0.85
processMasterServerQueryFunction · 0.85
handleGamePingRequestFunction · 0.85
handleGamePingResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected