WoW Lua val = math.floor(value) val = floor(value); floor(value) returns the floor of the value (essentially it returns the whole part of the value) i.e. ...
確定! 回上一頁