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