====== COMP_WORKPLACE_FORESTER ====== **Category**: Component Parent class: [[:api:comp_workplace|COMP_WORKPLACE]]\\ ===== Functions ===== ---- ==== getCurrentPlantableList ==== ''void **getCurrentPlantableList**(//outAssetPlantableList//)'' ^ Name ^ Type ^ Description ^ | //''outAssetPlantableList''// | ''[[:data-types#list|list]]<[[:api:plantable|PLANTABLE]]>'' | //[[:annotations#out_argument|Out argument]]// | ---- ==== allowPlantation ==== ''void **allowPlantation**(//assetPlantable//)'' ^ Name ^ Type ^ Description ^ | //''assetPlantable''// | ''[[:api:plantable|PLANTABLE]]'' | | ---- ==== unallowPlantation ==== ''void **unallowPlantation**(//assetPlantable//)'' ^ Name ^ Type ^ Description ^ | //''assetPlantable''// | ''[[:api:plantable|PLANTABLE]]'' | | ---- ==== containsPlantable ==== ''[[:data-types#boolean|boolean]] **containsPlantable**(//assetPlantable//)'' ^ Name ^ Type ^ Description ^ | //''assetPlantable''// | ''[[:api:plantable|PLANTABLE]]'' | | ---- ==== isPlantationAllowed ==== ''[[:data-types#boolean|boolean]] **isPlantationAllowed**(//assetPlantable//)'' ^ Name ^ Type ^ Description ^ | //''assetPlantable''// | ''[[:api:plantable|PLANTABLE]]'' | |