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

Method Reset

src/script/squirrel.cpp:741–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741void Squirrel::Reset()
742{
743 this->Uninitialize();
744 this->Initialize();
745}
746
747void Squirrel::InsertResult(bool result)
748{

Callers 8

OnClickMethod · 0.45
RefreshLinksMethod · 0.45
OnClickMethod · 0.45
UninitializeMethod · 0.45
BaseBitSetClass · 0.45
StartMethod · 0.45
StopMethod · 0.45
ComposeNameFunction · 0.45

Calls 2

UninitializeMethod · 0.95
InitializeMethod · 0.95

Tested by

no test coverage detected