Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bge.types.SCA_RandomSensor.rst « bge_types « rst « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aaa8b1084fe63b6aef5c2389e40449fda8426fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SCA_RandomSensor(SCA_ISensor)
=============================

base class --- :class:`SCA_ISensor`

.. class:: SCA_RandomSensor(SCA_ISensor)

   This sensor activates randomly.

   .. attribute:: lastDraw

      The seed of the random number generator.

      :type: integer

   .. attribute:: seed

      The seed of the random number generator.

      :type: integer