BalsaAddons Steam

From KitHack Model Club Wiki
Jump to navigation Jump to search

Back to BalsaAddons

Nested Namespaces

BalsaAddons.Steam

BalsaAddons.Steam.SteamCraft

  • Method: CraftInfo GetCraftInfo()
  • Method: Void GetPreviewImage(Action`1 onLoaded)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: CraftInfo cInfo
  • Field: WorkshopItem item
  • Field: Texture2D previewImgTexture

BalsaAddons.Steam.SteamCraftItem

  • Method: Void OnSetData(SteamCraft data)
  • Method: SteamCraftItem SetData(SteamCraft data)
  • Method: SteamCraftItem OnSelect(Action`1 onItemSelected)
  • Method: SteamCraftItem OnDoubleClick(Action`1 onItemDoubleClick)
  • Method: T SetData(SteamCraft data, ScrollRect scrollRect)
  • Method: Void SetData(SteamCraft data, ScrollRect scrollRect)
  • Method: Titem OnSelect(Action`1 onItemSelected)
  • Method: Titem OnDoubleClick(Action`1 onItemDoubleClick)
  • Method: String get_Caption()
  • Method: ScrollRect get_ScrollRect()
  • Method: RectTransform get_container()
  • Method: ListItemData get_BaseData()
  • Method: Boolean get_IsInteractable()
  • Method: CanvasGroup get_canvasGroup()
  • Method: T InstantiateItem()
  • Method: ListItem InstantiateItem()
  • Method: Void Start()
  • Method: Void SetData(ListItemData data, ScrollRect scrollRect)
  • Method: Void SetCaption(String text)
  • Method: Void SetTooltip(String tooltip)
  • Method: Void SetTooltip(TooltipData tooltipData)
  • Method: Void Terminate()
  • Method: Void SetSelected(Boolean suppressEvent)
  • Method: Void OnPtrHoverEnter(Pointer ptr)
  • Method: Void OnPtrHoverExit(Pointer ptr)
  • Method: Void SetThumbnailSprite(Sprite sprite)
  • Method: Void SetThumbnailSize(Single value)
  • Method: Void SetThumbnailColor(Color iconColor)
  • Method: Void SetBackgroundColor(Color bgColor)
  • Method: Void ScrollIntoView()
  • Method: Void SetInteractable(Boolean v)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: SteamCraft data
  • Property: String Caption
  • Property: ScrollRect ScrollRect
  • Property: RectTransform container
  • Property: ListItemData BaseData
  • Property: Boolean IsInteractable
  • Property: CanvasGroup canvasGroup
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: RawImage imgThumbnail
  • Field: TMP_Text txtCraftName
  • Field: TMP_Text txtAuthor
  • Field: Image thumbnail
  • Field: Image bg
  • Field: TMP_Text caption
  • Field: UISelectable selectable
  • Field: UIButton uiBtn
  • Field: TooltipTriggerBase tooltip
  • Field: ScrollRect scrollRect
  • Field: UnityEvent`1 OnSelected
  • Field: UnityEvent`1 OnDblClick
  • Field: RectTransform self
  • Field: Boolean isTemplate
  • Field: ListItemData data
  • Field: CanvasGroup _canvasGroup
  • Field: Single tDown

BalsaAddons.Steam.SteamCraftList

  • Method: SteamCraftItem GetItemTemplate(SteamCraft itemData)
  • Method: Void Start()
  • Method: Void Populate()
  • Method: Void OnItemSelected(SteamCraftItem sci)
  • Method: Void onSelItemWorkshop()
  • Method: Void Start()
  • Method: Void ClearList()
  • Method: SteamCraftItem AddItem(SteamCraft itemData)
  • Method: Void OnItemDoubleClick(SteamCraftItem obj)
  • Method: SteamCraftItem GetItemForObject(SteamCraft obj)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: SteamCraftItem template
  • Field: TMP_Text txtContentPanelTitle
  • Field: TMP_Text txtContentPanelDescription
  • Field: Image imgContentPanelBanner
  • Field: UIButton btnItemWorkshop
  • Field: Action`1 OnCraftItemSelected
  • Field: SteamCraftItem selItem
  • Field: List`1 items

BalsaAddons.Steam.SteamItem

  • Method: Void GetPreviewImage(Action`1 onLoaded)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: WorkshopItem item
  • Field: Texture2D previewImgTexture

BalsaAddons.Steam.SteamMission

  • Method: ScenarioInfo GetScenarioInfo()
  • Method: Void GetPreviewImage(Action`1 onLoaded)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: ScenarioInfo scnInfo
  • Field: WorkshopItem item
  • Field: Texture2D previewImgTexture

BalsaAddons.Steam.SteamMissionItem

  • Method: Void OnSetData(SteamMission data)
  • Method: SteamMissionItem SetData(SteamMission data)
  • Method: SteamMissionItem OnSelect(Action`1 onItemSelected)
  • Method: SteamMissionItem OnDoubleClick(Action`1 onItemDoubleClick)
  • Method: T SetData(SteamMission data, ScrollRect scrollRect)
  • Method: Void SetData(SteamMission data, ScrollRect scrollRect)
  • Method: Titem OnSelect(Action`1 onItemSelected)
  • Method: Titem OnDoubleClick(Action`1 onItemDoubleClick)
  • Method: String get_Caption()
  • Method: ScrollRect get_ScrollRect()
  • Method: RectTransform get_container()
  • Method: ListItemData get_BaseData()
  • Method: Boolean get_IsInteractable()
  • Method: CanvasGroup get_canvasGroup()
  • Method: T InstantiateItem()
  • Method: ListItem InstantiateItem()
  • Method: Void Start()
  • Method: Void SetData(ListItemData data, ScrollRect scrollRect)
  • Method: Void SetCaption(String text)
  • Method: Void SetTooltip(String tooltip)
  • Method: Void SetTooltip(TooltipData tooltipData)
  • Method: Void Terminate()
  • Method: Void SetSelected(Boolean suppressEvent)
  • Method: Void OnPtrHoverEnter(Pointer ptr)
  • Method: Void OnPtrHoverExit(Pointer ptr)
  • Method: Void SetThumbnailSprite(Sprite sprite)
  • Method: Void SetThumbnailSize(Single value)
  • Method: Void SetThumbnailColor(Color iconColor)
  • Method: Void SetBackgroundColor(Color bgColor)
  • Method: Void ScrollIntoView()
  • Method: Void SetInteractable(Boolean v)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: SteamMission data
  • Property: String Caption
  • Property: ScrollRect ScrollRect
  • Property: RectTransform container
  • Property: ListItemData BaseData
  • Property: Boolean IsInteractable
  • Property: CanvasGroup canvasGroup
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: SpriteInfo[] rankSprites
  • Field: TMP_Text txt_author
  • Field: Image imgRank
  • Field: Image thumbnail
  • Field: Image bg
  • Field: TMP_Text caption
  • Field: UISelectable selectable
  • Field: UIButton uiBtn
  • Field: TooltipTriggerBase tooltip
  • Field: ScrollRect scrollRect
  • Field: UnityEvent`1 OnSelected
  • Field: UnityEvent`1 OnDblClick
  • Field: RectTransform self
  • Field: Boolean isTemplate
  • Field: ListItemData data
  • Field: CanvasGroup _canvasGroup
  • Field: Single tDown

BalsaAddons.Steam.SteamMissionList

  • Method: SteamMissionItem GetItemTemplate(SteamMission _)
  • Method: SteamMissionItem get_Selected()
  • Method: Void Start()
  • Method: Void OnEnable()
  • Method: Void Populate()
  • Method: Void OnItemSelected(SteamMissionItem smi)
  • Method: Void SetSelContent(SteamMissionItem smi)
  • Method: Void DropSelection()
  • Method: Void OnDisable()
  • Method: Void ClearList()
  • Method: SteamMissionItem AddItem(SteamMission itemData)
  • Method: Void OnItemDoubleClick(SteamMissionItem obj)
  • Method: SteamMissionItem GetItemForObject(SteamMission obj)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: SteamMissionItem Selected
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: MissionBrowser mbrws
  • Field: Action`1 OnItemSelectionChanged
  • Field: SteamMissionItem template
  • Field: SteamMissionItem selItem
  • Field: Boolean needRepop
  • Field: List`1 items

BalsaAddons.Steam.SteamWorkshopUtil

  • Method: UgcQuery get_SubbedMods()
  • Method: Void RunQuery(UgcQuery qry, Action`1 onResult)
  • Method: Void OpenWorkshopForItem(WorkshopItem item)
  • Method: Void OpenWorkshopForItem(Nullable`1 fileId)
  • Method: Void OpenWorkshopForItem(Nullable`1 fileId)
  • Method: Boolean ValidateVehicleForPublish(Vehicle vehicle, String& failReason)
  • Method: Void UploadVehicleToWorkshop(Vehicle vehicle, String[] tags, Action`1 OnResult)
  • Method: Void OpenCraftWorkshop()
  • Method: Void OpenBalsaWorkshop()
  • Method: Boolean ValidateMissionForPublish(Mission mission, String& failReason)
  • Method: Void UploadMissionToWorkshop(Mission msn, List`1 dependencies, Action`1 OnResult)
  • Method: Void OpenMissionsWorkshop()
  • Method: Boolean IsWorkshopPath(String filePath)
  • Method: UInt64 GetWorkshopModIDFromPath(String filePath, String& modRelPath)
  • Method: Boolean IsAddonPath(String filePath)
  • Method: String GetWorkshopURL(WorkshopItem item)
  • Method: String GetWorkshopURL(PublishedFileId_t item)
  • Method: String GetWorkshopURL(UInt64 itemID)
  • Method: String GetErrorMessageStr(EResult rs)
  • Method: Task`1 RunQueryAsync(UgcQuery qry)
  • Method: Task`1 GetWorkshopItemAsync(UInt64 publishID)
  • Method: Task`1 CreateItemAsync(WorkshopItemData item, SteamworksProgressWatcher spw, List`1 addtlPreviewFiles)
  • Method: Task`1 UpdateItemAsync(PublishedFileId_t fileId, WorkshopItemData item, SteamworksProgressWatcher spw, List`1 addtlPreviewFiles)
  • Method: Boolean TryDownloadPreviewImage(WorkshopItem item, Action`1 onImgDld)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Property: UgcQuery SubbedMods

BalsaAddons.Steam.SteamWorkshopUtil+SteamworksProgressWatcher

  • Method: Void System.IProgress<System.Single>.Report(Single value)
  • Method: String GetPublishProgressString(Single v)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Action`1 OnProgress

BalsaAddons.Steam.SteamWorkshopUtil+<>c__DisplayClass24_0+<<UpdateItemAsync>b__0>d

  • Method: Void MoveNext()
  • Method: Void SetStateMachine(IAsyncStateMachine stateMachine)
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 <>1__state
  • Field: AsyncUniTaskMethodBuilder <>t__builder
  • Field: <>c__DisplayClass24_0 <>4__this
  • Field: Single <vProg>5__2
  • Field: EItemUpdateStatus <st>5__3
  • Field: Awaiter <>u__1
  • Field: Awaiter <>u__2

BalsaAddons.Steam.PublishResult

  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: PublishedFileId_t FileId
  • Property: Boolean Success
  • Property: String Error
  • Property: EResult EResult

BalsaAddons.Steam.SteamworksSetup

  • Method: Boolean get_Init()
  • Method: SteamworksSetup get_Instance()
  • Method: Void Awake()
  • Method: Void OnEnable()
  • Method: Void OnDisable()
  • Method: Void OnDestroy()
  • Method: Void OnApplicationQuit()
  • Method: Void HandleInitalizationError(String message)
  • Method: Void HandleInitalization()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean Init
  • Property: SteamworksSetup Instance
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: Boolean init
  • Field: String InstallDir
  • Field: String WorkshopDir
  • Field: SteamworksSetup instance
  • Field: UserData UserID
  • Field: UInt32 GameAppID
  • Field: UInt32 PlaytestAppID
  • Field: SteamSettings settings
  • Field: UnityEvent evtSteamInitialized
  • Field: UnityStringEvent evtSteamInitializationError
  • Field: LobbyDataEvent evtLobbyInviteArgumentDetected