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

Line 1: Line 1:
{{mirc title|$caller Identifier}}'''$caller''' returns a value which indicate from where an alias was called.
+
{{mirc title|$caller Identifier}}'''$caller''' returns a value which indicate in which kind of exact context an alias was called.
  
 
The possible returned value can be:
 
The possible returned value can be:

Revision as of 20:55, 7 January 2018

$caller returns a value which indicate in which kind of exact context 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