Changeset 929 for cpp/frams/vm/classes
- Timestamp:
- 05/25/20 15:23:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/collectionobj.h
r868 r929 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 19Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 20 20 ExtValue *get(int i) { return (ExtValue*)data.get(i); } 21 21 void set_or_insert(int i, const ExtValue& val, bool insert); 22 void push_back(const SString& s) { data += new ExtValue(s); } //for strSplit() 22 23 23 24 static Param par;
Note: See TracChangeset
for help on using the changeset viewer.