View Single Post
12-04-14, 05:31 AM   #5
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Originally Posted by Mazzop View Post
thanks , was thinking SendChatMessage is function themselves
SendChatMessage is a function, like this:
Code:
function SendChatMessage(...)
end
But this is a function call:
Code:
SendChatMessage("hi")
Code:
/dump math.floor
=function

but
Code:
/dump math.floor(1.5)
= 1
__________________
Grab your sword and fight the Horde!
  Reply With Quote