Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ CharRPos
Function
CharRPos
engine/Poseidon/UI/Map/UIMapExt.cpp:1670–1678 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1668
}
1669
1670
static int CharRPos(const char* t, char c)
1671
{
1672
const char* cp = strrchr(t, c);
1673
if (!cp)
1674
{
1675
return 0;
1676
}
1677
return cp - t;
1678
}
1679
1680
static RString ShortExpress(RString ex)
1681
{
Callers
1
ShortExpress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected