Method | Description | |
---|---|---|
ActionConstraint ( GameRulesBase rules, Newtonsoft.Json.Linq.JObject data ) : System | ||
IsSatisfy ( |
检查指定地块当前是否满足限制。
|
|
IsSatisfy ( |
检查指定地块当前是否满足限制。
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
Check ( |
检查指定地块当前是否满足限制。
|
|
Check ( |
检查指定地块当前是否满足限制。
|
public ActionConstraint ( GameRulesBase rules, Newtonsoft.Json.Linq.JObject data ) : System | ||
rules | GameRulesBase | |
data | Newtonsoft.Json.Linq.JObject | |
return | System |
protected Check ( |
||
player | 当前操作的玩家 | |
place | HelloWorld.Place | 要检查的地块 |
return | string |
protected Check ( |
||
player | 当前操作的玩家 | |
place | 要检查的地块 | |
return | string |
public IsSatisfy ( |
||
player | 当前操作的玩家 | |
place | 要检查的地块 | |
return | bool |
public IsSatisfy ( |
||
player | 当前操作的玩家 | |
place | 要检查的地块 | |
errorMessage | string | 错误信息 |
return | bool |