Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getObject
Method
getObject
src/OpenLoco/src/Effects/ExhaustEffect.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace OpenLoco
12
{
13
const SteamObject* Exhaust::getObject() const
14
{
15
return ObjectManager::get<SteamObject>(objectId & 0x7F);
16
}
17
18
// 0x004408C2
19
void Exhaust::update()
Callers
1
create
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected