update docs
This commit is contained in:
@@ -10,6 +10,11 @@ Barotrauma source code: [CharacterInfo.cs](https://github.com/evilfactory/Barotr
|
||||
|
||||
local CharacterInfo = {}
|
||||
|
||||
--- RecreateHead
|
||||
-- @realm shared
|
||||
-- @tparam HeadInfo headInfo
|
||||
function RecreateHead(headInfo) end
|
||||
|
||||
--- RecreateHead
|
||||
-- @realm shared
|
||||
-- @tparam number headID
|
||||
@@ -315,11 +320,6 @@ function CharacterInfo.IsMatchingGender(gender, myGender) end
|
||||
-- @treturn bool
|
||||
function CharacterInfo.IsMatchingRace(race, myRace) end
|
||||
|
||||
--- RecreateHead
|
||||
-- @realm shared
|
||||
-- @tparam HeadInfo headInfo
|
||||
function RecreateHead(headInfo) end
|
||||
|
||||
--- GetType
|
||||
-- @realm shared
|
||||
-- @treturn Type
|
||||
|
||||
Reference in New Issue
Block a user