public Transform(Fox2EntityClass _owner, Position position, string _xscale = "1", string _yscale = "1", string _zscale = "1") { owner = _owner; transform_rotation = position.rotation; transform_translation = position.coords; zscale = _zscale; xscale = _xscale; yscale = _yscale; }
public StaticModel(string _name, Fox2EntityClass _dataSet, string _modelName, bool _collide) { name = _name; modelName = _modelName; enableCollision = _collide; dataSet = _dataSet; }
public TppTrapCheckIsPlayerCallbackDataElement(Fox2EntityClass _owner) { owner = _owner; }
public void SetcheckCallback(Fox2EntityClass c) { checkCallback = c; }
public void SetTransform(Fox2EntityClass t) { transform = t; }
public TppPlacedLocatorParameter(Fox2EntityClass _owner, string itemId) { owner = _owner; equipIdStrCode32 = itemId; }
public void SetParameter(Fox2EntityClass c) { parameters = c; }
public GeoTrap(string _name, Fox2EntityClass _dataSet) { name = _name; dataSet = _dataSet; }
public void SetConditional(Fox2EntityClass c) { conditional = c; }
public TppWolfLocatorParameter(Fox2EntityClass _owner, string count) { owner = _owner; animalCount = count; }
public TppWalkerGear2Parameter(Fox2EntityClass _owner) { owner = _owner; }
public TppUavParameter(Fox2EntityClass _owner) { owner = _owner; }
public TppHeli2LocatorParameter(Fox2EntityClass _owner) { owner = _owner; }
public ScriptBlockScript(string name, Fox2EntityClass data, string fpkName) { blockName = name; dataSet = (DataSet)data; this.fpkName = fpkName; }
public TppBearParameter(Fox2EntityClass _owner, string animalName) { owner = _owner; AnimalInfo.getAnimalPaths(animalName, out partsFile, out motionGraphFile, out mtarFile, out fovaFile); }
public void AddShape(Fox2EntityClass s) { shapes.Add(s); }
public SphereShape(string _name, Fox2EntityClass _dataSet, Fox2EntityClass _parent) { name = _name; dataSet = _dataSet; parent = _parent; }
public TppVehicle2AttachmentData(string colloquial, Fox2EntityClass _dataSet) { colloquialName = colloquial; dataSet = _dataSet; VehicleInfo.GetVehicle2Attachment(colloquial, out fox2Name, out vehicleTypeCode, out attachmentImplTypeIndex, out attachmentFile, out attachmentInstanceCount, out bodyCnpName); }
public TppVehicle2BodyData(string colloquial, Fox2EntityClass _dataSet) { colloquialName = colloquial; dataSet = _dataSet; VehicleInfo.GetVehicle2Body(colloquial, out fox2Name, out vehicleTypeIndex, out bodyImplTypeIndex, out partsFile); }
public GeoModuleCondition(string _name, Fox2EntityClass _dataSet, Fox2EntityClass _parent) { name = _name; dataSet = _dataSet; parent = _parent; }
public TppVehicle2LocatorParameter(Fox2EntityClass _owner) { owner = _owner; }
public TexturePackLoadConditioner(string name, Fox2EntityClass dataset) { conditionerName = name; dataSet = (DataSet)dataset; }