Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
C_ScriptBind_Backgammon Methods

The methods of the C_ScriptBind_Backgammon class are listed here.

 
Name 
Description 
 
Syntax: Backgammon.AcceptGame(EntityGUID opponentId, EntityGUID playerId)
Opponent accepted previous request.
 
 
Syntax: Backgammon.EndGame(EntityGUID playerId)
Player requests game end.
 
 
Syntax: Backgammon.MoveChecker(EntityGUID playerId, int pointFrom, int pointTo)
Player requires move from point to point.
 
 
Syntax: Backgammon.OfferBet(EntityGUID playerId, int money)
Player offers his bet for current game.
 
 
Syntax: Backgammon.RequestGame(EntityGUID playerId, EntityGUID opponentId, EntityGUID boardId)
Player requests new game with an opponent.
 
 
Syntax: Backgammon.RollDice(EntityGUID playerId)
Player rolled the dice.
 
 
Syntax: Backgammon.RolledDice(EntityGUID playerId)
Player finished rolling the dice.
 
Copyright (c) 2012. All rights reserved.