We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ccae6 commit 855d84cCopy full SHA for 855d84c
1 file changed
omp_npc.inc
@@ -46,6 +46,24 @@
46
const INVALID_NPC_ID = -1;
47
#define INVALID_NPC_ID (-1)
48
49
+/**
50
+ * <library>omp_npc</library>
51
+ */
52
+const INVALID_PATH_ID = -1;
53
+#define INVALID_PATH_ID (-1)
54
+
55
56
57
58
+const INVALID_NODE_ID = -1;
59
+#define INVALID_NODE_ID (-1)
60
61
62
63
64
+const INVALID_RECORD_ID = -1;
65
+#define INVALID_RECORD_ID (-1)
66
67
/**
68
* <library>omp_npc</library>
69
*/
0 commit comments