nothing

From WarCraft3

Jump to: navigation, search

nothing is a JASS keyword used in function and native declarations as the return type or in the takes section when the function takes or returns nothing.

Examples

function Foo takes nothing returns nothing
function Foo takes nothing returns boolean
function Foo takes boolean b returns nothing

native GetLocalPlayer takes nothing returns player