libamxo  4.3.4
Object Definition Language (ODL) parsing
issue_67.odl
Go to the documentation of this file.
1 %define {
2  object TestObject {
3  string Text = "Hello World";
4  uint32 Number = 101;
5 
6  void MyTestFunc(%mandatory %in string message, %in uint32 number = 1234) <!LUA:
7  function(object, args)
8  print("object name = " .. object:get_name()
9  end
10  !>;
11 }
define
Definition: main.odl:1