Using Nasal functions: Difference between revisions

Jump to navigation Jump to search
m
m (→‎Named arguments: s/hil/nil/g)
Line 201: Line 201:
     #some code to log variable msg
     #some code to log variable msg
}
}
var lookat =  func (heading=0, pitch=0, roll=0, x=nil, y=nil, z=nil, time=hil, fov=20) {
var lookat =  func (heading=0, pitch=0, roll=0, x=nil, y=nil, z=nil, time=nil, fov=20) {
     #some code using those variables
     #some code using those variables
}
}
395

edits

Navigation menu