From WikiChip
Difference between revisions of "mirc/identifiers/$caller"
< mirc‎ | identifiers

(Created page with "{{mirc title|$caller Identifier}}'''$caller''' returns a value which indicate from where an alias was called. The possible returned value can be: * "activex" - * "command" -...")
 
Line 4: Line 4:
 
* "activex" -
 
* "activex" -
 
* "command" - called from a command
 
* "command" - called from a command
* "dde" - called from a {{mIRC|DDE}} call
+
* "dde" - called from a {{mIRC|$dde|DDE}} call
 
* "dll" - called from a {{mIRC|DLL}} call
 
* "dll" - called from a {{mIRC|DLL}} call
 
* "dragdrop" - called from a dragndrop context
 
* "dragdrop" - called from a dragndrop context

Revision as of 19:47, 7 January 2018

$caller returns a value which indicate from where an alias was called.

The possible returned value can be:

  • "activex" -
  • "command" - called from a command
  • "dde" - called from a DDE call
  • "dll" - called from a DLL call
  • "dragdrop" - called from a dragndrop context
  • "editbox" - called from an editbox
  • "event" - called from an event
  • "funckey" - called from a function key context
  • "identifier" - called from an identifier
  • "menu" - called from a menu
  • "mouse" -
  • "play" - called from a /play context
  • "sendmsg" - called from a sendmessage() function
  • "timer" - called from a timer
  • "other" -

Synopsis

$caller

Parameters

None

Properties

None

Example

//echo -a $speak(0)

Compatibility

pending, beta stage

See Also

$fromeditbox