Constructor OutputArgument
OutputArgument()
Declaration
OutputArgument(Object)
Declaration
public OutputArgument(object initvalue)
Parameters
Type |
Name |
Description |
System.Object |
initvalue |
|
OutputArgument(Boolean)
Declaration
public OutputArgument(bool initvalue)
Parameters
Type |
Name |
Description |
System.Boolean |
initvalue |
|
OutputArgument(Byte)
Declaration
public OutputArgument(byte initvalue)
Parameters
Type |
Name |
Description |
System.Byte |
initvalue |
|
OutputArgument(SByte)
Declaration
public OutputArgument(sbyte initvalue)
Parameters
Type |
Name |
Description |
System.SByte |
initvalue |
|
OutputArgument(Int16)
Declaration
public OutputArgument(short initvalue)
Parameters
Type |
Name |
Description |
System.Int16 |
initvalue |
|
OutputArgument(UInt16)
Declaration
public OutputArgument(ushort initvalue)
Parameters
Type |
Name |
Description |
System.UInt16 |
initvalue |
|
OutputArgument(Int32)
Declaration
public OutputArgument(int initvalue)
Parameters
Type |
Name |
Description |
System.Int32 |
initvalue |
|
OutputArgument(UInt32)
Declaration
public OutputArgument(uint initvalue)
Parameters
Type |
Name |
Description |
System.UInt32 |
initvalue |
|
OutputArgument(Single)
Declaration
public OutputArgument(float initvalue)
Parameters
Type |
Name |
Description |
System.Single |
initvalue |
|
OutputArgument(Double)
Declaration
public OutputArgument(double initvalue)
Parameters
Type |
Name |
Description |
System.Double |
initvalue |
|
OutputArgument(String)
Declaration
public OutputArgument(string initvalue)
Parameters
Type |
Name |
Description |
System.String |
initvalue |
|
OutputArgument(Model)
Declaration
public OutputArgument(Model initvalue)
Parameters
Type |
Name |
Description |
Model |
initvalue |
|
OutputArgument(Blip)
Declaration
public OutputArgument(Blip initvalue)
Parameters
Type |
Name |
Description |
Blip |
initvalue |
|
OutputArgument(Camera)
Declaration
public OutputArgument(Camera initvalue)
Parameters
Type |
Name |
Description |
Camera |
initvalue |
|
OutputArgument(Entity)
Declaration
public OutputArgument(Entity initvalue)
Parameters
Type |
Name |
Description |
Entity |
initvalue |
|
OutputArgument(Ped)
Declaration
public OutputArgument(Ped initvalue)
Parameters
Type |
Name |
Description |
Ped |
initvalue |
|
OutputArgument(PedGroup)
Declaration
public OutputArgument(PedGroup initvalue)
Parameters
Type |
Name |
Description |
PedGroup |
initvalue |
|
OutputArgument(Player)
Declaration
public OutputArgument(Player initvalue)
Parameters
Type |
Name |
Description |
Player |
initvalue |
|
OutputArgument(Prop)
Declaration
public OutputArgument(Prop initvalue)
Parameters
Type |
Name |
Description |
Prop |
initvalue |
|
OutputArgument(Vehicle)
Declaration
public OutputArgument(Vehicle initvalue)
Parameters
Type |
Name |
Description |
Vehicle |
initvalue |
|
OutputArgument(Rope)
Declaration
public OutputArgument(Rope initvalue)
Parameters
Type |
Name |
Description |
Rope |
initvalue |
|