Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ CheckHash
Function
CheckHash
engine/script/src/script_hash.cpp:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
dmhash_t CheckHash(lua_State* L, int index)
288
{
289
return *(dmhash_t*)dmScript::CheckUserType(L, index, SCRIPT_HASH_TYPE_HASH, 0);
290
}
291
292
dmhash_t CheckHashOrString(lua_State* L, int index)
293
{
Callers
15
Script_Get
Function · 0.85
Script_Set
Function · 0.85
Script_Animate
Function · 0.85
Script_CancelAnimations
Function · 0.85
LuaToVar
Function · 0.85
PropertyContainerCreateFromLua
Function · 0.85
TEST_F
Function · 0.85
URL_new
Function · 0.85
Msg_Post
Function · 0.85
ResolvePath
Function · 0.85
LuaValueToDDF
Function · 0.85
HashToHex
Function · 0.85
Calls
1
CheckUserType
Function · 0.85
Tested by
4
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
TEST_P
Function · 0.68