added amb260

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40756
This commit is contained in:
David Anderson
2007-05-07 00:02:33 +00:00
parent 67a0cdf1c3
commit e69edf05eb
2 changed files with 31 additions and 0 deletions
+11
View File
@@ -298,3 +298,14 @@ native bool:FileToKeyValues(Handle:kv, const String:file[]);
* @error Invalid Handle.
*/
native KvSetEscapeSequences(Handle:kv, bool:useEscapes);
/**
* Returns the position in the jump stack; I.e. the number of calls
* required for KvGoBack to return to the root node. If at the root node,
* 0 is returned.
*
* @param kv KeyValues Handle.
* @return Number of non-root nodes in the jump stack.
* @error Invalid Handle.
*/
native KvNodesInStack(Handle:kv);