Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ asAtomicDec
Function
asAtomicDec
src/server/angelscript/angelscript/source/as_atomic.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
int asAtomicDec(int &value)
93
{
94
return --value;
95
}
96
97
#elif defined(AS_XENON) /// XBox360
98
Callers
7
atomicDec
Method · 0.85
Release
Method · 0.85
Release
Method · 0.85
Release
Method · 0.85
Release
Method · 0.85
Release
Method · 0.85
Release
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected