ConsoleMethod( MessageVector, deleteLine, bool, 3, 3, "(int deletePos)" "Delete the line at the specified position.") { U32 pos = U32(dAtoi(argv[2])); if (pos >= object->getNumLines()) return false;
object->deleteLine(pos); return true;
Copyright (c) 2015. All rights reserved.
|
What do you think about this topic? Send feedback!
|