04-07-2017, 05:34 AM
(This post was last modified: 04-08-2017, 07:37 PM by Seadragon91.)
This a single output of the return type checker. What do you think? :P
[21:31:39] ########################## AMOUNT OF RETURN TYPES DOESN'T MATCH ######################################## [21:31:39] [21:31:39] ## Code ## [21:31:39] cRoot:Get():GetDefaultWorld():SetBlock(10, 100, 10, 144, 0) cRoot:Get():GetDefaultWorld():DoWithMobHeadAt(10, 100, 10, function(a_BlockEntity) GatherReturnValues(a_BlockEntity:SetType(SKULL_TYPE_CREEPER)) end) [21:31:39] [21:31:39] Class = cMobHeadEntity [21:31:39] Function = SetType [21:31:39] Got = number [21:31:39] APIDoc = nil [21:31:39] #########################################################################################################