MCPcopy 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

RegisterAPIMethod · 0.80
SQGSController_RegisterFunction · 0.80
SQAIController_RegisterFunction · 0.80
RegisterAPIMethod · 0.80

Calls 1

AddClassEndMethod · 0.80

Tested by

no test coverage detected