Skip to content

Commit 66f0c5e

Browse files
Site changes [skip-ci]
1 parent 5939d19 commit 66f0c5e

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
@@ -2412,6 +2412,46 @@
24122412
"tparams": [],
24132413
"type": "MACRO"
24142414
},
2415+
{
2416+
"brief": "Get absolute identifier relative to instance. The ...",
2417+
"description": "Get absolute identifier relative to instance. The returned identifier is the\nrepresentation of the qualified name, i.e. the path from root-collection to\nthe sub-collection which the instance belongs to.\nExample: if the instance is part of a sub-collection in the root-collection\nnamed \"sub\" and id == \"a\" the returned identifier represents the path \"sub.a\"",
2418+
"error": "",
2419+
"examples": "",
2420+
"language": "",
2421+
"members": [],
2422+
"name": "GetAbsoluteIdentifier",
2423+
"notes": [],
2424+
"parameters": [
2425+
{
2426+
"doc": "Gameobject instance to get absolute identifier to",
2427+
"is_optional": "False",
2428+
"name": "instance",
2429+
"types": [
2430+
"dmGameObject::HInstance"
2431+
]
2432+
},
2433+
{
2434+
"doc": "Identifier relative to instance",
2435+
"is_optional": "False",
2436+
"name": "identifier",
2437+
"types": [
2438+
"const char*"
2439+
]
2440+
}
2441+
],
2442+
"replaces": "",
2443+
"returnvalues": [
2444+
{
2445+
"doc": "Absolute identifier.",
2446+
"name": "",
2447+
"types": [
2448+
"dmhash_t"
2449+
]
2450+
}
2451+
],
2452+
"tparams": [],
2453+
"type": "FUNCTION"
2454+
},
24152455
{
24162456
"brief": "Retrieve a collection from the specified instance",
24172457
"description": "Retrieve a collection from the specified instance",

0 commit comments

Comments
 (0)