MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / FloatValue

Function FloatValue

3rdparty/tinyxml2/tinyxml2.h:1201–1205  ·  view source on GitHub ↗

Query as a float. See IntValue()

Source from the content-addressed store, hash-verified

1199 }
1200 /// Query as a float. See IntValue()
1201 float FloatValue() const {
1202 float f=0;
1203 QueryFloatValue( &f );
1204 return f;
1205 }
1206
1207 /** QueryIntValue interprets the attribute as an integer, and returns the value
1208 in the provided parameter. The function will return XML_SUCCESS on success,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected