mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
cleanup headers
This commit is contained in:
parent
e928c8278b
commit
cf86d27417
2 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
//
|
||||
// createParamsEntity.js
|
||||
//
|
||||
//
|
||||
// Additions by James B. Pollack @imgntn on 11/6/2015
|
||||
// Created by James B. Pollack @imgntn on 11/6/2015
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// This script demonstrates creates an entity and sends it a method call with parameters.
|
||||
// This script demonstrates creating an entity and sending it a method call with parameters.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
//
|
||||
// Script Type: Entity
|
||||
//
|
||||
// Additions by James B. Pollack @imgntn on 11/6/2015
|
||||
// Created by James B. Pollack @imgntn on 11/6/2015
|
||||
// Copyright 2015 High Fidelity, Inc.
|
||||
//
|
||||
// This script demonstrates how to recieve parameters from a Entities.callEntityMethod call
|
||||
|
|
Loading…
Reference in a new issue