MCPcopy Create free account
hub / github.com/Norbyte/ositools / ShootProjectileApiHelper

Method ShootProjectileApiHelper

OsiInterface/Functions/FunctionUtilities.cpp:200–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 }
199
200 ShootProjectileApiHelper::ShootProjectileApiHelper()
201 {
202 Helper.Random = (uint8_t)rand();
203 Helper.DamageList = nullptr;
204 Helper.CasterLevel = -1;
205 Helper.CollisionInfo = nullptr;
206 Helper.IsTrap = false;
207 Helper.UnknownFlag1 = true;
208 Helper.StatusClearChance = 0.0f;
209 Helper.HasCaster = false;
210 Helper.IsStealthed = false;
211 Helper.UnknownFlag2 = false;
212 }
213
214 void ShootProjectileApiHelper::SetInt(char const * prop, int32_t value)
215 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected