dolphin.fpswarsPolicy · function ·
FpsWarsSimulationAxisCommandValid
Check whether fps wars simulation axis command satisfies its validation rules.
Reuse FPSWars' bounded headless simulation checks for commands, damage, and score policy.
external FpsWarsSimulationAxisCommandValid(int value) returns boolStatus: source-declared
Parameters
int value- Supply value as int.
Use FpsWarsSimulationAxisCommandValid
A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.
cpu · source-example · type checked
using dolphin.fpswarsPolicy
// Reuse FPSWars' bounded headless simulation checks for commands, damage, and score policy.
int value = 1
bool result = FpsWarsSimulationAxisCommandValid(value)
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.dolphin_fpswarspolicy__fpswarssimulationaxiscommandvalid"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
[[dependencies]]
package = "dolphin.fpswarsPolicy"
version = "0.1.0"
path = "../../../dolphin/packages/fpswars-headless-policy"
Notes and source
Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.
dolphin/packages/fpswars-headless-policy/src/headless_contract.yh:5