Skip to content

Commit 8d41f32

Browse files
Site changes [skip-ci]
1 parent fd592b3 commit 8d41f32

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

_data/ref/alpha/dmgameobject-cpp.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,6 +2556,46 @@
25562556
"tparams": [],
25572557
"type": "FUNCTION"
25582558
},
2559+
{
2560+
"brief": "Retrieve a collection by socket name hash\nNote: in...",
2561+
"description": "Retrieve a collection by socket name hash\nNote: in native extensions, the register can be retrieved during init using dmEngine::GetGameObjectRegister(dmExtension::AppParams *params)",
2562+
"error": "",
2563+
"examples": "",
2564+
"language": "",
2565+
"members": [],
2566+
"name": "GetCollectionByHash",
2567+
"notes": [],
2568+
"parameters": [
2569+
{
2570+
"doc": "Register",
2571+
"is_optional": "False",
2572+
"name": "regist",
2573+
"types": [
2574+
"dmGameObject::HRegister"
2575+
]
2576+
},
2577+
{
2578+
"doc": "The socket name",
2579+
"is_optional": "False",
2580+
"name": "socket_name",
2581+
"types": [
2582+
"dmhash_t"
2583+
]
2584+
}
2585+
],
2586+
"replaces": "",
2587+
"returnvalues": [
2588+
{
2589+
"doc": "The collection if successful. 0 otherwise.",
2590+
"name": "collection",
2591+
"types": [
2592+
"dmGameObject::HCollection"
2593+
]
2594+
}
2595+
],
2596+
"tparams": [],
2597+
"type": "FUNCTION"
2598+
},
25592599
{
25602600
"brief": "Get the component, component type and its world",
25612601
"description": "Get the component, component type and its world",

0 commit comments

Comments
 (0)