Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adventuregamestudio/ags
/ Arg2i
Method
Arg2i
Engine/script/scriptexecutor.cpp:686–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
684
// returns argN as a integer literal
685
inline int Arg1i() const { return Args[0].IValue; }
686
inline int Arg2i() const { return Args[1].IValue; }
687
inline int Arg3i() const { return Args[2].IValue; }
688
};
689
Callers
1
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected