The search keyword must be a single word (no spaces).
Function AddUnitToStock
- Line
- 3100
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unit whichUnit, integer unitId, integer currentStock, integer stockMax
- Returns
- nothing
| 3100 | native AddUnitToStock takes unit whichUnit, integer unitId, integer currentStock, integer stockMax returns nothing |
| 3101 | |
| 3102 | native RemoveItemFromAllStock takes integer itemId returns nothing |
| 3103 | native RemoveItemFromStock takes unit whichUnit, integer itemId returns nothing |
| 3104 | native RemoveUnitFromAllStock takes integer unitId returns nothing |
| 3105 | native RemoveUnitFromStock takes unit whichUnit, integer unitId returns nothing |