GetFrame
Script function

world.GetFrame

DOC_scripting Read about scripting

Type

Method

Summary

Returns the address of the main MUSHclient frame window

Prototype

long GetFrame();

DOC_data_types View list of data type meanings


Description

This returns the memory address of the main MUSHclient MDI frame. This is intended for advanced programmers who wish to access the MUSHclient window in their own programs.


Lua notes

In Lua the address is given as "light userdata" type. This is not particularly useful in Lua, however you can print it, and you could use it in custom-written programs.



Return value

The memory address of the main frame window.



(Help topic: function=GetFrame)

DOC_contents Documentation contents page