com.azalient.api.b.parameters
Interface IVehicleType

All Superinterfaces:
IActionable, IAssociate, IDescribed, IDraggable, IMotorType, IPastable, IRecord, IType, RecordR, RecordRW, RecordW, SortableData, StoreRecordRW

public interface IVehicleType
extends IMotorType

A private vehicle type


Field Summary
static int STANDARD_INDEX
          The first numeric index for private vehicle types
 
Fields inherited from interface com.azalient.api.b.parameters.IType
ZERO
 
Fields inherited from interface com.azalient.api.ui.clipboard.IAssociate
scratch
 
Fields inherited from interface com.azalient.api.a.tables.IRecord
DELETED, KEY_SEP, KEY_SEP_CHAR
 
Method Summary
 
Methods inherited from interface com.azalient.api.b.parameters.IMotorType
conflictFactor, engine, extraPeople, gapFactor, halfsize, isCycle, isEmergency, isTaxi, mesh, sideGap, tyreFrictionSqRt
 
Methods inherited from interface com.azalient.api.b.parameters.IType
attachedType, attachedType, attachmentAngle, attachmentAngle, attachmentCount, attachmentDistance, attachmentDistance, behaviour, colour, height, index, isAttached, keepSide, length, maxAcceleration, maxDeceleration, mode, name, rgb, shapeGroup, sizeVariation, space, unitShape, used, weightKG, width
 
Methods inherited from interface com.azalient.api.a.tables.IDescribed
description
 
Methods inherited from interface com.azalient.api.ui.clipboard.IPastable
finish, pickables
 
Methods inherited from interface com.azalient.api.ui.clipboard.IAssociate
clip, proxy, selected
 
Methods inherited from interface com.azalient.api.ui.clipboard.IDraggable
selected, selectedForDraggingDraw
 
Methods inherited from interface com.azalient.api.ui.clipboard.IActionable
action
 
Methods inherited from interface com.azalient.api.file.StoreRecordRW
canRename, rename, store
 
Methods inherited from interface com.azalient.api.file.RecordR
extraSet, finished, isApplicable, isEditable, set
 
Methods inherited from interface com.azalient.api.file.RecordW
extraCols, extraGet, extraGetB, extraGetD, extraGetI, extraGetS, extraGetT, get, isVolatile
 

Field Detail

STANDARD_INDEX

static final int STANDARD_INDEX
The first numeric index for private vehicle types

See Also:
Constant Field Values