Home
last modified time | relevance | path

Searched refs:custom_entity_api_get_follow_streams (Results 1 – 2 of 2) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/lua/
H A DLuaContext.h1226 custom_entity_api_get_follow_streams, variable
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DEntityApi.cpp619 { "get_follow_streams", custom_entity_api_get_follow_streams }, in register_entity_module()
6534 int LuaContext::custom_entity_api_get_follow_streams(lua_State* l) { in custom_entity_api_get_follow_streams() function in Solarus::LuaContext