MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / AddSQAdvancedConstructor

Method AddSQAdvancedConstructor

src/script/squirrel_class.hpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void AddSQAdvancedConstructor(Squirrel &engine)
99 {
100 using namespace SQConvert;
101 engine.AddMethod("constructor", DefSQAdvancedConstructorCallback<CL>);
102 }
103
104 void PostRegister(Squirrel &engine)
105 {

Callers

nothing calls this directly

Calls 1

AddMethodMethod · 0.80

Tested by

no test coverage detected