File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 169169 "tparams" : [],
170170 "type" : " FUNCTION"
171171 },
172+ {
173+ "brief" : " Get object pointer from logical index" ,
174+ "description" : " Get object pointer from logical index" ,
175+ "error" : " " ,
176+ "examples" : " " ,
177+ "language" : " " ,
178+ "members" : [],
179+ "name" : " GetPtr" ,
180+ "notes" : [],
181+ "parameters" : [
182+ {
183+ "doc" : " index of the object" ,
184+ "is_optional" : " False" ,
185+ "name" : " index" ,
186+ "types" : [
187+ " uint32_t"
188+ ]
189+ }
190+ ],
191+ "replaces" : " " ,
192+ "returnvalues" : [
193+ {
194+ "doc" : " a pointer to the object. Null if the logical index wasn't valid" ,
195+ "name" : " object" ,
196+ "types" : [
197+ " T*"
198+ ]
199+ }
200+ ],
201+ "tparams" : [],
202+ "type" : " FUNCTION"
203+ },
172204 {
173205 "brief" : " Get the array of currently active objects" ,
174206 "description" : " Get the array of currently active objects" ,
You can’t perform that action at this time.
0 commit comments