MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetNetStrings

Function GetNetStrings

engine/Poseidon/Network/NetworkMsg.cpp:40–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39using namespace Poseidon;
40static RStringB* GetNetStrings(int& count)
41{
42 static RStringB NetStrings[] = {
43 // weapons and magazines
44 "M16",
45 "AK74",
46 "HandGrenade",
47 "M60",
48 "M4",
49 "Put",
50 "Throw",
51 "NVGoggles",
52 "CarHorn",
53 "TruckHorn",
54
55 "AK47",
56 "KozliceBall",
57 "KozliceShell",
58 "M21",
59 "GrenadeLauncher",
60 "AK47CZ",
61 "Kozlice",
62 "AK47GrenadeLauncher",
63
64 "SmokeShell",
65 "Binocular",
66 "Bullet7_6W",
67 "Bullet12_7W",
68 "Bullet7_6E",
69 "Bullet12_7E",
70 "Bullet7_6G",
71 "Bullet12_7G",
72
73 "BulletBurstW",
74 "BulletSingleW",
75 "BulletFullAutoW",
76 "BulletBurstE",
77 "BulletSingleE",
78 "BulletFullAutoE",
79 "BulletBurstG",
80 "BulletSingleG",
81 "BulletFullAutoG",
82
83 "ZsuCannon",
84 "MachineGun7_6",
85 "Wire",
86 "PK",
87 "AT3Launcher",
88 "Heat73",
89 "Gun73",
90 "AK74SU",
91 "Shell73",
92 "Heat120",
93 "Gun120",
94 "Shell120",
95 "RPGLauncher",
96 "LAWLauncher",
97 "StrokeFist",

Callers 1

NetworkMsg.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected