MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / SetSpriteData

Method SetSpriteData

src/openrct2/entity/Particle.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void VehicleCrashParticle::SetSpriteData()
55 {
56 spriteData.width = 8;
57 spriteData.heightMin = 8;
58 spriteData.heightMax = 8;
59 }
60
61 void VehicleCrashParticle::Launch()
62 {

Callers 2

LaunchMethod · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected