MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / set_visual

Method set_visual

ogsr_engine/COMMON_AI/xrServer_Objects_Abstract.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36CSE_Visual::~CSE_Visual() {}
37
38void CSE_Visual::set_visual(LPCSTR name)
39{
40 string_path tmp;
41 strcpy_s(tmp, name);
42 if (strext(tmp))
43 *strext(tmp) = 0;
44 xr_strlwr(tmp);
45 visual_name = tmp;
46}
47
48void CSE_Visual::visual_read(NET_Packet& tNetPacket, u16 version)
49{

Callers 5

InitServerObjectMethod · 0.80
Process_eventMethod · 0.80
GenSpawnReplaceMethod · 0.80
net_SpawnMethod · 0.80

Calls 2

strextFunction · 0.85
xr_strlwrFunction · 0.50

Tested by

no test coverage detected