We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_NULL
_NO_ENTITY
1 parent ca20bdc commit 9a2d0f8Copy full SHA for 9a2d0f8
lua/entities/gmod_wire_expression2/core/entity.lua
@@ -91,9 +91,9 @@ end
91
--[[******************************************************************************]]
92
-- Functions getting string
93
94
-E2Lib.registerConstant("NULL", NULL)
+E2Lib.registerConstant("NO_ENTITY", NULL, "An invalid entity")
95
96
-[deprecated = "Use the constant NULL instead"]
+[deprecated = "Use the constant NO_ENTITY instead"]
97
e2function entity noentity()
98
return NULL
99
end
0 commit comments