Skip to content

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.

Resource Creation

Resource Access

  • Property access
func MG_PropSet()
func MG_PropGet()
  • Function call
func MG_FuncCall()
  • Event access
func MG_EventPublish()

Links

Clone this wiki locally