Cargo Functions
Aus EEP Handbuch
| EEPGoodsSetPosition() | EEPGoodsSetPosition("Lua_Name",Pos_X,Pos_Y,Pos_Z) | |
|---|---|---|
| type: | function |
EEPGoodsSetPosition( "#1", Pos_X, Pos_Y, Pos_Z )
|
| caller: | script | |
| defined in: | EEP | |
| parameters: | four | |
| returns: | one | |
| requires: | EEP 14.2 Plug-In 2 | |
| purpose: | Changes the position of a cargo model on the layout. | |
| notes: |
|
|
| EEPGoodsGetPosition() | EEPGoodsGetPosition("Lua_Name") | |
|---|---|---|
| type: | function |
hResult, Pos_X, Pos_Y, Pos_Z = EEPGoodsGetPosition( "#1" )
|
| caller: | script | |
| defined in: | EEP | |
| parameters: | one | |
| returns: | four | |
| requires: | EEP 14.2 Plug-In 2 | |
| purpose: | Enquires the position of a cargo model. | |
| notes: |
|
|
| EEPGoodsSetRotation() | EEPGoodsSetRotation("Lua_Name",Rot_X,Rot_Y,Rot_Z) | |
|---|---|---|
| type: | function |
EEPGoodsSetRotation( "#1", Rot_X, Rot_Y, Rot_Z )
|
| caller: | script | |
| defined in: | EEP | |
| parameters: | four | |
| returns: | one | |
| requires: | EEP 14.2 Plug-In 2 | |
| purpose: | Changes the orientation of a cargo model. | |
| notes: |
|
|
| EEPGoodsGetModelType() | EEPGoodsGetModelType("Lua_Name") | |
|---|---|---|
| type: | function |
hResult, Typ = EEPGoodsGetModelType( "#1" )
|
| caller: | script | |
| defined in: | EEP | |
| parameters: | one | |
| returns: | two | |
| requires: | EEP 14.2 Plug-In 2 | |
| purpose: | ||
| notes: |
|
|