Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gamemode/core/libs/cl_networking.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end
-- @typeCommentStart
-- Returns the networked variable of the entity.
-- @typeCommentEnd
-- @realm client
-- @realm shared
-- @classmod Entity
-- @string key The key of the networked variable.
-- @string default The default value to return if the networked variable is not set.
Expand All @@ -58,9 +58,9 @@ end
-- @typeCommentStart
-- Returns the networked variable of a player.
-- @typeCommentEnd
-- @realm client
-- @realm shared
-- @classmod Player
-- @string key The key of the networked variable.
-- @string default The default value to return if the networked variable is not set.
-- @treturn any The networked variable.
playerMeta.getLocalVar = entityMeta.getNetVar
playerMeta.getLocalVar = entityMeta.getNetVar