Function DebugDemoEnum

Line
85
Location
cheats.j
Constant?
no
Type
function
Arguments
nothing
Returns
nothing
85
function DebugDemoEnum takes nothing returns nothing
86
    local player thePlayer = GetEnumPlayer()
87
    call SetPlayerState(thePlayer, PLAYER_STATE_RESOURCE_GOLD, 0)
88
    call SetPlayerState(thePlayer, PLAYER_STATE_RESOURCE_LUMBER, 0)
89
endfunction