You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function add_menu(ParentMenuID, MenuName, MenuTitle', MenuAltTitle, MenuURI, MenuPosition, ModuleID)
The idea was that when you add a Menu, you assign it to a parent which gets translated out in the template.
The Title and AltTitle is more meta for the Template's output and is displayed to the player.
The URI is the link that the menu turns into.
Position is obviously for positioning the output for the ordering.
Module ID connects the Menu to a Module for Activation purposes.
The system is suppose to allow for the utilization of all services. Module Installation/Activations, Template output, all wrapped in one. But I think the system gets confusing in the end, there has to be a better way to do this.
The text was updated successfully, but these errors were encountered:
function add_menu(ParentMenuID, MenuName, MenuTitle', MenuAltTitle, MenuURI, MenuPosition, ModuleID)
The idea was that when you add a Menu, you assign it to a parent which gets translated out in the template.
The Title and AltTitle is more meta for the Template's output and is displayed to the player.
The URI is the link that the menu turns into.
Position is obviously for positioning the output for the ordering.
Module ID connects the Menu to a Module for Activation purposes.
The system is suppose to allow for the utilization of all services. Module Installation/Activations, Template output, all wrapped in one. But I think the system gets confusing in the end, there has to be a better way to do this.
The text was updated successfully, but these errors were encountered: