CrashAI

Class Cargo

[CrashAI] modules/sandbox.nut:37
Class Hierarchy:
Cargo

Documentation not available.

Member Summary
static anyHasTownEffect(cargo)
        Documentation not available.
static anyTownCanAccept(id, cargo)
        Check if this town can accept a cargo
static anyTownCanProduce(id, cargo)
        Check if this town can produce a cargo
static anyTownList_Producing(cargo)
        Documentation not available.
static anyTownList_Accepting(cargo)
        Documentation not available.


Member Details

HasTownEffect

[CrashAI] modules/sandbox.nut:39
static HasTownEffect(cargo) : any
Documentation not available.


TownCanAccept

[CrashAI] modules/sandbox.nut:54
static TownCanAccept(id, cargo) : any
Check if this town can accept a cargo
Parameters:
id
Town ID
cargo
Cargo to check
Returns:
True if this town can accept that cargo


TownCanProduce

[CrashAI] modules/sandbox.nut:67
static TownCanProduce(id, cargo) : any
Check if this town can produce a cargo
Parameters:
id
Town ID
cargo
Cargo to check
Returns:
True if this town can produce that cargo


TownList_Producing

[CrashAI] modules/sandbox.nut:73
static TownList_Producing(cargo) : any
Documentation not available.


TownList_Accepting

[CrashAI] modules/sandbox.nut:81
static TownList_Accepting(cargo) : any
Documentation not available.