Login
Register
Menu
Home
Forum
JassDoc
Types
Functions
Variables
Help
Chat
Media
Search
Search posts
WC3 JASS.com
"The Jass Vault" plus vJASS and Zinc
WC3 Modding Information Center
Forum
Warcraft (WC3) Modding
Triggers & Scripting
WC3JASS.com
Jassdoc
[variables] EVENT_GAME_BUILD_SUBMENU
Warcraft III:
Maps
Models
Skins
Icons
Spells / Systems
Tools
Tutorials
Snippets
JASS vJASS Spells and Systems
Tutorials
Chat @Discord
vJASS & Zinc Documentation
For the latest documentation about how it works vJASS and Zinc language layers for Warcraft III, please follow these links:
Jasshelper documentation
-
Zinc documentation
-
WC3 Optimizer documentation
This topic is the discussión abut the variable
EVENT_GAME_BUILD_SUBMENU
. You can see all the information about this variable keyword
HERE
.
[variables] EVENT_GAME_BUILD_SUBMENU
Jassdoc
Started by
City17
Views
323
Replies
0
Users
1
1
Pages:
1
Go Down
0 Members and 1 Guest are viewing this topic.
City17
Starter - level 2
Posts:
450
WC3 Models: 0
WC3 Tutorials: 0
WC3 Tools: 0
WC3 Maps: 0
WC3 Skins: 0
WC3 Icons: 0
WC3 Spells: 0
Reputation:
0
User
[variables] EVENT_GAME_BUILD_SUBMENU
on:
April 17, 2022, 07:47:50 AM
This event is fired when a build menu is opened (e.g. by human peasant)
Example:
Code: Lua
trg_gameev
=
CreateTrigger
(
)
-- just print the object representing EventId
TriggerAddAction
(
trg_gameev
,
function
(
)
print
(
GetTriggerEventId
(
)
)
end
)
-- register for this event
TriggerRegisterGameEvent
(
trg_gameev
,
EVENT_GAME_BUILD_SUBMENU
)
Print
Pages:
1
Go Up
« previous
next »
WC3 Modding Information Center
Forum
Warcraft (WC3) Modding
Triggers & Scripting
WC3JASS.com
Jassdoc
[variables] EVENT_GAME_BUILD_SUBMENU
Suggested Topics
[variables] bj_UNIT_FACING
Started by
City17
Replies: 0
Views: 394
Jassdoc
[variables] MAP_SPEED_NORMAL
Started by
City17
Replies: 0
Views: 390
Jassdoc
[variables] MAP_SPEED_SLOW
Started by
City17
Replies: 0
Views: 428
Jassdoc
[variables] MAP_SPEED_SLOWEST
Started by
City17
Replies: 0
Views: 396
Jassdoc
[variables] MAP_SPEED_FAST
Started by
City17
Replies: 0
Views: 405
Jassdoc
PortaMx-SEF 1.54
|
PortaMx © 2008-2015
,
PortaMx corp.
Search
Username
Password
Always stay logged in
Forgot your password?