MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / Initialize

Method Initialize

Source/Objects/pathpointobject.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140bool PathPointObject::Initialize() {
141 sp.ASAddFloat("Wait", 0.0f);
142 sp.ASAddString("Type", "Stand");
143 obj_file = "path_point_object";
144 return true;
145}
146
147static int ASNumConnectionIDs(PathPointObject* obj) {
148 return (int)obj->connection_ids.size();

Callers

nothing calls this directly

Calls 2

ASAddFloatMethod · 0.80
ASAddStringMethod · 0.80

Tested by

no test coverage detected