Dota 2 Workshop Tools/Scripting/API/CDOTABaseGameMode.GetAlwaysShowPlayerInventory: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 14: Line 14:
;Example
;Example
<source lang="lua">
<source lang="lua">
--some code here
function CDOTABaseGameMode:GetAlwaysShowPlayerInventory(  ) end
</source>
</source>


== Returns ==
== Returns ==


''bool'' - Returns true if the player's inventory is always shown
''bool'' - No Description Set

Revision as of 23:08, 18 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

bool GetAlwaysShowPlayerInventory()

Show the player hero's inventory in the HUD, regardless of what unit is selected.


Example
function CDOTABaseGameMode:GetAlwaysShowPlayerInventory(  ) end

Returns

bool - No Description Set