This file is indexed.

/usr/src/castle-game-engine-4.1.1/x3d/doc/x3d_nodes/2/Networking.txt is in castle-game-engine-src 4.1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
X3DNetworkSensorNode : X3DSensorNode {
}

X3DUrlObject {
  MFString [in,out] url [] [urn];
}

Anchor : X3DGroupingNode { 
  SFString [in,out] description    ""
  MFString [in,out] parameter      []
  MFString [in,out] url            []       [url or urn]
}

Inline : X3DChildNode, X3DBoundedObject, X3DUrlObject {
  SFBool   [in,out] load       TRUE
  MFString [in,out] url        []       [url or urn]
  SFVec3f  []       bboxCenter 0 0 0    (-Inf,Inf)
  SFVec3f  []       bboxSize   -1 -1 -1 [0,Inf) or -1 -1 -1
}

LoadSensor : X3DNetworkSensorNode {
  SFTime  [in,out] timeOut   0
  MFNode  [in,out] watchList []   [X3DUrlObject]
  SFBool  [out]    isLoaded
  SFTime  [out]    loadTime
  SFFloat [out]    progress
}