- Found in:
- Vanilla
voidfunctionShowWorkshopTargetMenu(boolabIncludeSameSystem=true, KeywordakSameSystemRequiredKeyword=NONE, boolabIncludeIntersystem=true, KeywordakIntersystemRequiredKeyword=NONE)Native
Description
Documentation Comment
Opens the Workshop Target Menu for the current reference
Caveats
Parameters
boolabIncludeSameSystem=true
KeywordakSameSystemRequiredKeyword=NONE
boolabIncludeIntersystem=true
KeywordakIntersystemRequiredKeyword=NONE
Examples
Auto-Generated Example
bool myBool__abIncludeSameSystem
Keyword myKeyword__akSameSystemRequiredKeyword
bool myBool__abIncludeIntersystem
Keyword myKeyword__akIntersystemRequiredKeyword
myObjectReference__toCallFunctionOn.ShowWorkshopTargetMenu(myBool__abIncludeSameSystem, myKeyword__akSameSystemRequiredKeyword, myBool__abIncludeIntersystem, myKeyword__akIntersystemRequiredKeyword)