This file is indexed.

/usr/src/castle-game-engine-4.1.1/x3d/doc/x3d_nodes/2/Time.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
X3DTimeDependentNode : X3DChildNode {
  SFBool  [in,out] loop         FALSE
  SFTime  [in,out] pauseTime    0     (-Inf,Inf)
  SFTime  [in,out] resumeTime   0     (-Inf,Inf)
  SFTime  [in,out] startTime    0     (-Inf,Inf)
  SFTime  [in,out] stopTime     0     (-Inf,Inf)
  SFTime  [out]    elapsedTime
  SFBool  [out]    isActive
  SFBool  [out]    isPaused
}

TimeSensor : X3DTimeDependentNode, X3DSensorNode {
  SFTime  [in,out] cycleInterval    1     (0,Inf)
  SFTime  [out]    cycleTime
  SFFloat [out]    fraction_changed
  SFTime  [out]    time
}