Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Commit 2a9343e

Browse files
committed
Change wording on LevelEntity native description
1 parent abce6aa commit 2a9343e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

scripting/include/level_keyvalues.inc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#include <more_adt>
77

88
/**
9-
* Wrapper for StringMultiMap that performs implicit string conversion.
9+
* Wrapper for StringMultiMapIterator that performs implicit string conversion with
10+
* KeyValues-style getters and setters.
1011
*/
1112
methodmap LevelEntityKeyValuesIterator < StringMultiMapIterator {
1213
public native int GetNum(int defaultValue = 0);
@@ -20,7 +21,8 @@ methodmap LevelEntityKeyValuesIterator < StringMultiMapIterator {
2021
}
2122

2223
/**
23-
* Wrapper for StringMultiMap that performs implicit string conversion.
24+
* Wrapper for StringMultiMap that performs implicit string conversion with KeyValues-style
25+
* getters and setters.
2426
*/
2527
methodmap LevelEntityKeyValues < StringMultiMap {
2628
public LevelEntityKeyValues() {

0 commit comments

Comments
 (0)