Lua API
On this page

Game_Move_C2S

Inherits from

Makes a chess move

Fields:

XFrom number

Current x location of piece being moved

XTo number

Destination x location of piece being moved

YFrom number

Current y location of piece being moved

YTo number

Destination y location of piece being moved

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string