getTokenMBL

From RPTools Wiki
Jump to navigation Jump to search

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

getTokenMBL() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.12
Gets the Movement Blocking Layer (MBL) shapes for the token specified.

Usage

getTokenMBL(id)

This function retrieves the MBL found on the given token. The format of the data returned is the same as documented in getMBL().

Parameters

  • id - OPTIONAL: Specifies the token to retrieve MBL from. Defaults to Current Token.

Examples

[r:mblData = getTokenMBL()]

See Also