-
Notifications
You must be signed in to change notification settings - Fork 2
modgo library
MeadowView edited this page Feb 21, 2021
·
1 revision
The ModGo library consists of Go functions used for access ModGo functionality. For users of ModGo, these are the functions to be called inside ModGo module definitions. However, users can also develop a pure Go program to to control ModGo runtime.
- Property access
func MG_PropSet()
func MG_PropGet()
- Function call
func MG_FuncCall()
- Event access
func MG_EventPublish()