Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ PostRegister
Method
PostRegister
src/script/squirrel_class.hpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void PostRegister(Squirrel &engine)
105
{
106
engine.AddClassEnd();
107
}
108
};
109
110
#endif /* SQUIRREL_CLASS_HPP */
Callers
4
RegisterAPI
Method · 0.80
SQGSController_Register
Function · 0.80
SQAIController_Register
Function · 0.80
RegisterAPI
Method · 0.80
Calls
1
AddClassEnd
Method · 0.80
Tested by
no test coverage detected