Help to understand NodePath serialization

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Tilican

Hi,
As part of the development of my library gd-com, i need to understrand how node path are serialized.

In the documention they say val&0x80000000!=0 and NameCount=val&0x7FFFFFFF for the new format, but what’s that val&0x80000000!=0 for ?

Thx,